Commit Graph

5 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
mail-liam 177a014fdc Miscellaneous fixes (#31587)
* Miscellaneous fixes

Fix some errors in document, and changed some sentence structures.

* Restored title keyword

* Added missing word
2019-04-06 17:18:01 +05:30
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Hamza Muric 2e9f341251 Add lambda as function parameter (#26371)
Added lambda passing as an argument to function,
2019-01-15 17:08:27 -05:00
Roppon Picha e5fa49eb13 added comments. revised redundancy at the start. (#21251)
and minor spelling edits
2018-11-08 11:53:02 +00:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30