Commit Graph

9 Commits (ea4eaf02b61a137d09db8123c3144e61c8ed8a30)

Author SHA1 Message Date
ayagrwl ea4eaf02b6 Added applications and external link (#29227) 2019-03-17 10:02:39 -07:00
toakes59 b4044fe267 Changed a = a + 1 to a++ (#28742)
Changed a = a + 1 to a++ in implementation section.  It is best practice to use a++ rather than a = a + 1
2019-03-17 09:45:59 -07:00
Nischay Hegde aaf9d30677 Fixed grammar and Indentation (#27154)
Fixed grammar and corrected some ambiguous statements.
Changed some code to bring uniformity in indentation.
2019-01-31 16:39:16 -07:00
GiraffeWarrior f188c3cd9d Edited "For Loop" entry for grammar and clarity (#24875) 2018-12-14 22:16:16 -05:00
Matt d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
Hardik Sharma caaa78346b Fixed some typos. (#26138) 2018-11-14 20:22:45 +05:30
arjundixit98 53032e38c7 Adding lines of text (#25079) 2018-11-06 19:16:07 +05:30
Jared Ezzet Hasson 394ea7aa93 Anecdote about C++ (#20361)
* Anecdote about C++

Linked the name of C++ to the update statement in a for loop.

* minor fixes
2018-11-02 21:47:06 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30