1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00
Commit Graph

8145 Commits

Author SHA1 Message Date
waynee95
9d359fb517 Merge pull request #1 from caminsha/waynee95/elm/de
[elm/de-de] Fixed a small typo
2020-05-09 15:54:00 +02:00
Simon Butler
729d131a91 minor fix for uncommented comment line 2020-05-08 09:29:38 +02:00
taivlam
2cdee6fe48 [matlab/en]
Corrected "Multiple each element in A" to "Multiply each element in A" in line 237.
2020-05-07 03:23:41 +00:00
Hunter Coleman
a7b0c945de added the join command 2020-05-02 14:36:06 -05:00
Claudio Secco
d9ee9ce390 [ruby/en] add .map($:method) sintax in blocks context 2020-05-02 16:09:41 -03:00
Claudio Secco
a67f4663eb include %w option 2020-05-02 13:03:36 -03:00
caminsha
f420555c64 Fixed a small typo
Elemenent -> Elementen
2020-05-02 02:44:21 +02:00
Sophia Brandt
5530cc0e2e [fix] typo
fix another typo
2020-04-27 16:55:02 +02:00
Sophia Brandt
381d66fdef [fix] typo
Fix typo in introductory paragraph.
2020-04-27 16:51:40 +02:00
Divay Prakash
f21a011eb4 Merge pull request #3914 from kallekutta/vim-quit
[vim/en] Add shortcut for quit vim
2020-04-24 12:04:12 +05:30
Nils Karlström
429a03869c [vim/en] Add shortcut for quit vim 2020-04-23 16:11:14 +02:00
Jake Haber
c6804101b9 Add Ruby shorthand block syntax examples 2020-04-21 07:34:57 -05:00
Ivan Solovev
4d572a9994 Fix comment of attr_accessor. Ruby-RU 2020-04-19 17:48:39 +03:00
lemonez
fb76c0b7fe fix small typo
pass -e flag to echo to interpret escape characters correctly
2020-04-16 17:37:30 -07:00
Divay Prakash
ecca2c3837 Merge pull request #3905 from caminsha/en/crystal_smalltypos
[crystal/en] Fixed typo and reference url
2020-04-16 14:42:07 +05:30
caminsha
7a782b47fe changed http link to https 2020-04-12 20:21:54 +02:00
caminsha
e13f05c9cf Fixed a small typo.
litteral => literal
2020-04-12 18:40:03 +02:00
Guillaume Lecêtre
d5dab5759d Update fsharp-fr.html.markdown
Translate untranslated comment and explicitly cite currying
2020-04-12 15:49:21 +02:00
Divay Prakash
2f81283970 Merge pull request #3883 from roastchicken/master
[lua/en] Fix typo by indicating a range with '...' instead of '..'
2020-04-11 16:35:42 +05:30
Divay Prakash
37ac3b8b35 Merge pull request #3889 from caminsha/en/processing_smalltypos
[processing/en] Fixed some small typos
2020-04-11 16:33:17 +05:30
Max Schumacher
a781816643 Merge pull request #3893 from Liberatedwinner/patch-2
[Python/ja-jp] Fix tiny typo
2020-04-09 16:50:08 +02:00
Max Schumacher
1f188c4b53 Merge pull request #3898 from avrong/patch-1
[wasm/en] Remove wrong comment
2020-04-09 16:49:07 +02:00
Max Schumacher
91f1dfe656 Merge pull request #3901 from hyphz/master
[en-en/cobol] Corrections and some added explanation.
2020-04-09 16:48:28 +02:00
Mark Green
912eca480e Corrections and some added explanation. 2020-04-09 15:20:49 +01:00
Max Schumacher
7173a71284 Merge pull request #3900 from hyphz/master
[en-en/cobol] Added COBOL. With all the current press, I think this is inevitable.. I'm not an expert, but it's a start.
2020-04-09 14:22:29 +02:00
Mark Green
5f49e0ade0 Added COBOL. With all the current press, I think this is inevitable.. 2020-04-08 17:30:10 +01:00
Aleksei Trifonov
3406234ef1 Remove wrong comment
The second comment probably got to the actual expression by mistake. Commented expression is wrong as it should be, but the other one is fine
2020-04-05 01:12:31 +03:00
Luxor
4f1a1b6ec4 Update python-jp.html.markdown
Fix tiny typo
2020-03-24 20:44:47 +09:00
Olivier DOSSMANN
89fa0eecf1 Minor fix about "on/ont" 2020-03-15 20:36:24 +01:00
Max Schumacher
1599a765c5 Merge pull request #3885 from MonliH/patch-1
[raku/en] Added missing function call
2020-03-14 10:10:29 +01:00
Jonathan
9bf06f1484 Fixed typo in sample output 2020-03-13 21:25:57 -04:00
Jonathan
8bacbc2d2f Update raku.html.markdown 2020-03-13 20:33:24 -04:00
Julian Montague
62252055c2 Fix typo by indicating a range with '...' 2020-03-13 08:01:57 +01:00
Kirill Malev
79561a4f43 [dart/en-en] Updated example 33
`var hasValue ??= "default Value";` 
doesn't work in dart 2.7.0
2020-03-10 19:05:38 +03:00
Kirill Malev
2cbe4b53c6 [dart/en-en] Updated example 9: made 'i' variable non-final 2020-03-10 13:50:04 +03:00
Kirill Malev
cfb3473396 Updated example 8
Updated const declaration and removed print addressing missing array.
2020-03-10 13:44:54 +03:00
Divay Prakash
9e975a8dcf Merge pull request #3874 from tendermario/patch-1
[dynamic-programming/en] Fix whitespace to be consistent
2020-03-03 03:06:25 +05:30
caminsha
80063a34ed Changed color definition
I have changed the color definition because
255, 255, 255 was not yellow.
2020-03-01 22:57:55 +01:00
caminsha
48c193853c Changed color value in background function
Changed it because we defined the color white as c before.
2020-03-01 22:43:30 +01:00
Mario Viens
140e87e683 Fix whitespace to be consistent 2020-02-29 14:01:02 -08:00
Divay Prakash
e57e59f5f3 Merge pull request #3871 from brianl9995/master
[ruby/es] Fixed a spelling mistake
2020-02-29 00:27:53 +05:30
brian
c1e04d6868 Fixed a spelling mistake 2020-02-28 10:19:01 -03:00
caminsha
d7de2446b7 removed an unnecesarry white space 2020-02-27 23:38:03 +01:00
caminsha
5d1c72515c Added short explanation about break statement 2020-02-27 23:37:43 +01:00
caminsha
1a9bbb6159 added semicolon at the end of the line 2020-02-27 23:10:20 +01:00
Max Schumacher
11362faa3c Merge pull request #3862 from tomasbedrich/patch-2
[python/cs-cz] Fix bad description of floor division
2020-02-27 22:20:01 +01:00
Max Schumacher
e01d83150c Merge pull request #3870 from rmukh/patch-3
[cmake/en] Some grammar, vocabulary improvements
2020-02-27 22:18:20 +01:00
Max Schumacher
e2e8c75854 Merge pull request #3869 from rmukh/patch-2
[asymptotic-notation/en] Some grammar, vocabulary, stylistic changes
2020-02-27 22:16:56 +01:00
Rinat M
60c213a37a Some grammar, vocabulary improvements 2020-02-27 15:32:44 -05:00
Rinat M
390354b6f2 Some grammar, vocabulary, stylistic changes 2020-02-27 14:58:17 -05:00