Commit Graph

5775 Commits

Author SHA1 Message Date
Ev Bogdanov
b4d50ee299 [elixir/ru] Structs and Exceptions 2017-08-19 20:11:27 +03:00
Ev Bogdanov
e3f904d911 [elixir/ru] Modules and Functions 2017-08-18 22:58:44 +03:00
Ev Bogdanov
81256bc904 [elixir/ru] Basic types, Operators and Control Flow 2017-08-18 21:16:27 +03:00
Adam Bard
1ab776fa86 Merge pull request #2819 from larrybolt/patch-1
[csharp/en] Spelling mistake that threw me of while reading
2017-08-18 10:20:10 -07:00
Adam Bard
0d510c5528 Merge pull request #2822 from k4rtik/master
[standard-ml/en] Use the correct identifier name
2017-08-18 10:18:21 -07:00
Adam Bard
7c2112729f Update lfe.html.markdown 2017-08-18 10:12:58 -07:00
Adam Bard
4fb11b5e84 Merge pull request #2824 from avimar/patch-1
[php/en] fix double language for arrays
2017-08-18 10:12:27 -07:00
Adam Bard
aac1e35996 Merge pull request #2826 from evbogdanov/master
[elixir/en] Fix exception name
2017-08-18 10:11:47 -07:00
Adam Bard
90ab1bcc90 Merge pull request #2827 from AdamLombard/master
[json/en] add carriage return to fix broken bullet list
2017-08-18 10:11:05 -07:00
Adam Bard
f8d6297f3c Merge pull request #2828 from mikaelz/patch-2
[angular/en] Clickable links
2017-08-18 09:57:56 -07:00
Adam Bard
f77533999f Merge pull request #2825 from prertik/master
[lfe/en]
2017-08-18 09:57:00 -07:00
Michal Zuber
d6113f9050 Update angularjs.html.markdown
Links are not clickable on https://learnxinyminutes.com/docs/angularjs/
2017-08-18 06:27:04 +02:00
Adam Lombard
2c83e5e181 [json/en] add carriage return to fix broken bullet list 2017-08-16 12:34:39 -07:00
Pratik Karki
512c6a7bba fix flavoured spelling 2017-08-16 10:03:16 +05:45
Ev Bogdanov
a518815379 [elixir/ru] Not ready yet 2017-08-15 23:27:15 +03:00
Ev Bogdanov
92928150f9 [elixir/ru] Basic types 2017-08-15 23:21:08 +03:00
Ev Bogdanov
f1a5fb83d4 [elixir/en] Fix exception name 2017-08-15 21:58:51 +03:00
Pratik Karki
59a6fe3ff4 fix typo 2017-08-15 23:49:17 +05:45
Pratik Karki
d6754e2f18 add lfe 2017-08-15 23:45:21 +05:45
avimar
c4b9f33549 php: fix double language for arrays 2017-08-11 06:43:33 +03:00
baha
8b3b05a48c [kotlin/tr] some cleanup 2017-08-10 14:38:03 +03:00
Kartik Singhal
6b2d12747b Use the correct identifier name 2017-08-08 17:26:07 -07:00
Alexsander Akers
cf976f3fa7 Fix typo in Go comment 2017-08-04 15:40:52 +02:00
Larry Boltovskoi
9d0d3a0e34 Spelling mistake that threw me of while reading 2017-08-02 21:03:42 +02:00
Milo Gilad
4d29f3f988 Keeping lines under 80 chars 2017-07-31 10:30:24 -04:00
Milo Gilad
0e53a8a500 Small changes to git docs
* Added command to add all files in the working tree to the staging area
* Fixed some markdown code formatting mistakes
* Fixed some grammatical mistakes
* Fixed some spelling mistakes
2017-07-31 10:26:51 -04:00
baha
ef1cf7d71e [kotlin/tr] Delegated properties added 2017-07-31 17:24:58 +03:00
baha
04c0ccb2ae [kotlin/tr] for loops added 2017-07-31 16:05:22 +03:00
baha
2858d07782 [kotlin/tr] removed unused code 2017-07-31 15:53:26 +03:00
Denis Iogansen
e5d87c93a3 Update php-ru.html.markdown 2017-07-29 10:31:36 +03:00
baha
a270849823 [kotlin/tr] kotlin turkish document 2017-07-28 11:54:58 +03:00
Victor
ce9078b1f0 Update c++-ru.html.markdown 2017-07-27 19:26:17 +03:00
jlescher
13f88bc73d Fix markdown formatting
Most markdown motors require a blank line before introducing a bullet list.
Since github-flavored markdown does not care whether there is an extra blank line or not, let's put one.
2017-07-26 18:20:19 +02:00
sc0Vu
b15f719178 [solidity/en] Add version pragma 2017-07-25 18:32:29 +08:00
Jonathan Harford
6e7c5c7933 [red/en] Fix logic in "either" examples (#2800) 2017-07-18 10:31:56 +02:00
Nicholas Christopoulos
613702282f [tcsh/en] (#2777)
* Add files via upload

tcsh/en added

* Add files via upload

[tcsh][en]

* Add files via upload

[tcsh][en]

* Add files via upload

[tcsh][en]

* Add files via upload

typos

* Add files via upload

typo at switch

* Add files via upload

tcsh/en added secret-num game as an example

* Add files via upload

competition -> completition

* tcsh/en

one more example to show when needed quotes at =~ and !~

* tcsh/en

Clear explanation about what the '@' does
2017-07-16 22:16:01 +02:00
bugsnail
341d7b3c66 fix wrongly written (#2797) 2017-07-13 09:50:58 +02:00
Sylvain Abélard
11de91491d [ruby fr-fr] more details, more examples (#2796) 2017-07-11 15:37:49 +02:00
Sylvain Abélard
3d2f171cd8 Update ruby-ecosystem-fr.html.markdown (#2795)
Only french and typo fixes.
The content might be outdated too: Ruby 2.5 instead of 2.0
2017-07-11 14:52:39 +02:00
Mathieu Gemard
e9bb96aaa1 [java/en] adding an exemple to ternary operator ?: (#2794)
We could think we always had to use = with ?:
2017-07-11 11:08:23 +02:00
Samantha McVey
df6f8630a3
[perl6] Lists are not Arrays. Make this clear
Lists are immutable while Arrays are mutable. Arrays are
which have the @ sigil.
2017-07-10 21:40:26 -07:00
Héctor Romojaro
182ae2272b [tcl/en] Fixing typos 2017-07-10 20:42:38 +02:00
hromojaro
ade91a6fd9 [amd/es-es] Replace 'Tópico' with 'Tema' (#2790) 2017-07-10 15:55:40 +02:00
Mathieu Gemard
4a359c303f [java/en] few changes (#2788) 2017-07-09 18:39:21 +02:00
Alexis Ortega
98912234c1 [go/es] Fix typos 2017-07-07 14:49:01 -06:00
Bharat Reddy
6350beb6e6 Added print output for template string command 2017-07-07 11:26:29 +01:00
Adam Bard
b67ac8da07 Update LOLCODE.html.markdown 2017-07-04 13:24:03 -07:00
Adam Bard
70f7c0e119 Update rst.html.markdown 2017-07-04 13:23:42 -07:00
Andy
281529b1fe [scala/de] Backport traits keyword explanation (#2781) 2017-07-04 21:59:52 +02:00
Andy
84c3574918 [scala/en] Add traits in objects chapter (#2760)
* [scala/en] Add traits in objects chapter

* [scala/en] Traits: Describe traits keywords
2017-07-04 20:21:45 +02:00