Avjinder Singh Sekhon
470da394f6
Fixed some typos
2015-06-01 23:49:05 +05:30
Avjinder Singh Sekhon
bdedf51a72
Added 'Stages of Git', link to Pro Git, and other forms of git help
2015-06-01 23:46:04 +05:30
Levi Bostian
db11e29195
Merge pull request #1121 from adamheins/master
...
[c++/en] Fix a few coding errors.
2015-05-31 20:58:10 -05:00
Adam
3db1042157
Add missing semicolons.
2015-05-31 21:42:03 -04:00
Adam
462ac89217
Remove return type from Dog class constructor and destructor, change nonexistant printDog function to print.
2015-05-31 21:38:03 -04:00
ven
8dba840cfe
Merge pull request #1120 from bobbywilson0/patch-1
...
Use keywords in POST/PUT examples
2015-05-31 00:35:47 +02:00
Bobby Wilson
5d3e938574
Use keywords in POST/PUT examples
...
Using strings doesn't work for the POST/PUT examples here, changing them to keywords fixes this
2015-05-30 11:43:37 -06:00
ven
1386d177df
Merge pull request #1106 from Jubobs/master
...
[erlang/en] Fix #970
2015-05-28 11:25:22 +02:00
Julien Cretel
f9649ac552
[erlang/en] Clarify bit about guard sequences
2015-05-28 09:28:41 +02:00
Julien Cretel
e4c0629c38
[erlang/en] Add link to Erlang reference manual
2015-05-28 09:16:12 +02:00
Julien Cretel
fbfd64b367
[erlang/en] Fix #970
2015-05-28 09:16:12 +02:00
Geoff Liu
b33799a8d5
Merge pull request #1117 from ryanouyang/patch-1
...
Fix typo of chinese translation
2015-05-28 00:12:03 -06:00
ryan ouyang
7a4538374c
Update type error of chinese translation
...
Line 344: From "行数" to "函数"
2015-05-28 13:07:01 +08:00
Geoff Liu
5ac5b265fe
Merge pull request #1116 from drguildo/master
...
Further improve for loop description.
2015-05-26 13:30:20 -06:00
Simon Morgan
8c3a0be856
Further improve for loop description.
2015-05-26 20:21:43 +01:00
Geoff Liu
bb7560f63e
Merge pull request #1115 from drguildo/master
...
Improve description of the for loop.
2015-05-26 13:12:05 -06:00
Geoff Liu
839c56023b
Merge pull request #1105 from liamzebedee/patch-1
...
fix spelling errors in bash
2015-05-25 20:21:55 -06:00
Liam Edwards-Playne
de676b62b8
fixed spelling error
2015-05-26 11:25:07 +10:00
Simon Morgan
5214f0ef0f
Merge remote-tracking branch 'upstream/master'
2015-05-25 22:40:11 +01:00
Levi Bostian
4d77e16780
Merge pull request #1111 from drguildo/master
...
A bunch of small changes to aid clarity, brevity and/or consistency, …
2015-05-25 10:23:56 -05:00
Levi Bostian
f46db74bd4
Merge pull request #1110 from tomnor/editorial
...
editorial revert of a change, remove trailing whitespace
2015-05-25 10:22:18 -05:00
Simon Morgan
7560b334db
Improve description of the for loop.
2015-05-23 12:51:20 +01:00
Simon Morgan
b72c575c04
Some more small changes that don't affect semantics.
2015-05-23 12:37:04 +01:00
Simon Morgan
933f0a461d
A bunch of small changes to aid clarity, brevity and/or consistency, none of which should alter the semantics.
2015-05-23 12:13:07 +01:00
ven
cb7339aec7
Merge pull request #1088 from chtiprog/master
...
Add french translation for R
2015-05-23 11:47:38 +02:00
tomnor
c7c3e97361
editorial revert of a change, remove trailing whitespace
...
Now the regular expression is back to what it was and align with how it is in
other languages. Also it aligns with the commented description of the regular
expression.
2015-05-22 23:05:37 +02:00
ven
3a83c83503
Merge pull request #1108 from hatzel/master
...
[c++/en] Fixed some typos.
2015-05-20 19:46:12 +02:00
Hans Ole Hatzel
bad283ee14
[c++/en] Fixed typos.
2015-05-20 19:43:41 +02:00
ven
22aae18226
Merge pull request #1107 from sm4rk0/patch-1
...
[haxe/en] Few cosmetic fixes
2015-05-20 14:36:23 +02:00
Marko Stanković
5816b59be6
[haxe/en] Adding colon after comments
...
...as per @vendethiel's advice
2015-05-20 14:29:05 +02:00
Marko Stanković
982b984684
[haxe/en] Few cosmetic fixes
...
* correct the array name in a for loop iterating on an index
* add an assignment for "case _" in first switch example
* fix case of variable name in trace for control statement returning as an expression
* move some inline comments to a separate line above the statement to prevent text overflow
2015-05-20 14:06:05 +02:00
Liam Edwards-Playne
8909457ae4
fix spelling errors
2015-05-20 11:23:55 +10:00
Levi Bostian
4d15063710
Merge pull request #1103 from sm4rk0/sm4rk0-patch-1
...
[haxe/en] Correct the condition variable
2015-05-19 19:47:55 -05:00
Levi Bostian
9901121372
Merge pull request #1101 from Jubobs/master
...
[erlang/en] Various (mostly cosmetic) improvements
2015-05-19 19:44:28 -05:00
Levi Bostian
ba147f1eb3
Merge pull request #1100 from crayxt/patch-1
...
Fix links to nim-lang website.
2015-05-19 19:43:22 -05:00
sm4rk0
f9032e0eca
Update haxe.html.markdown
...
Correct the condition variable for "do statement always runs at least once" section
2015-05-19 18:17:35 +02:00
Julien Cretel
c33063fe7a
[erlang/en] Various (mostly cosmetic) improvements
...
* Add missing square brackets in example of pattern matching on lists
* Keep lines under 80 characters
* Hiphenate complex modifiers (e.g. "pattern-matching operation")
* Consistently proper case the language name
* Improve punctuation in comments
* Properly format Markdown inline code
* Tense changes (where appropriate)
2015-05-18 12:02:46 +01:00
Baurzhan Muftakhidinov
fb903329c6
Fix copy-paste typo.
2015-05-18 14:19:46 +05:00
Baurzhan Muftakhidinov
6df96946b4
Fix links to nim-lang website.
2015-05-18 14:17:45 +05:00
Chtiprog
a0ca5283d6
Refactor r french translation
2015-05-18 00:03:52 -03:00
Adam Bard
48c24f7e45
Merge pull request #1099 from gnrfan/master
...
Updating rust.html.markdown for Rust 1.0
2015-05-16 10:32:26 +09:00
Antonio Ognio
00a246e77b
Updating rust.html.markdown for Rust 1.0
2015-05-15 17:12:45 -05:00
ven
5396a70208
Merge pull request #1098 from tleb/fix-php/en
...
[php/en] Add missing ;
2015-05-15 00:08:39 +02:00
tleb
7458e15cd2
add ; to php/en
2015-05-14 21:30:15 +00:00
Adam Bard
77e79db347
Merge pull request #1097 from aloisdg/master
...
Update clojure.html.markdown
2015-05-13 18:51:25 +09:00
Alois
6370487b72
Update clojure.html.markdown
2015-05-13 11:00:57 +02:00
ven
b2d05e6178
Merge pull request #1096 from dwarring/patch-1
...
[Perl 6] tweak. Parrot desupported on Rakudo.
2015-05-13 07:48:17 +02:00
David Warring
cbf2f6d371
Parrot is no longer supported.
...
Also mention MoarVM before JVM.
2015-05-13 12:20:54 +12:00
Levi Bostian
e4c2615675
Fix issue with referring to "output.txt" but examples use "output.out"
...
Fixes https://github.com/adambard/learnxinyminutes-docs/issues/1095
2015-05-11 21:20:02 -05:00
Geoff Liu
1ee46a75de
Merge pull request #1090 from sinkswim/master
...
[C++/it] italian translation of C++
2015-05-09 20:39:46 -06:00