Commit Graph

5669 Commits

Author SHA1 Message Date
Joel Bradshaw
bcb1b623b1 [scala/en] Make return value example actually demonstrate issue
Previously the `return z` didn't actually have any effect on the output, since the outer function just return the anon function's result directly. Updated to make the outer function do something to demonstrate the difference. Also renamed functions to make what they're doing easier to follow, and added a couple examples of behavior w/ explanations
2017-06-23 13:35:19 -07:00
ranwise
5b4c74365c Fix typo (#2764) 2017-06-18 21:49:03 +02:00
Mathieu Gemard
fc58f4d120 [java/en] typo (#2763) 2017-06-18 14:26:36 +02:00
Yerkebulan Tulibergenov
34b6b504fa [PHP/en]Fix small typo in PHP English tutorial (#2761) 2017-06-16 09:40:47 +02:00
Esteve Aguilera
1adf002021 Fix typo (#2757) 2017-06-16 09:40:32 +02:00
Nick
3983b8c35a [haxe/en] Fix typo (#2756)
- [x] I solemnly swear that this is all original content of which I am the original author
- [x] Pull request title is prepended with `[language/lang-code]`
- [x] Pull request touches only one file (or a set of logically related files with similar changes made)
- [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown)
  - [x] Yes, I have double-checked quotes and field names!

Output:
My dog's name isfido, and his other favorite thing is a: teddy

New output:
My dog's name is fido, and his other favorite thing is a: teddy
2017-06-11 23:45:03 +02:00
Adam Bard
d2e85e0acd Merge pull request #2752 from rlgreen91/fix_js_en_typo
[Javascript/en]Corrects typo in prototype section.
2017-06-09 15:48:01 -07:00
Adam Bard
e6d72fd17d Merge pull request #2755 from tomkel/master
[scala/en] fix anologus typo
2017-06-09 15:47:15 -07:00
Tommy Kelly
8d76182d52 [scala/en] fix anologus typo 2017-06-09 13:52:53 -07:00
Ian Miell
8d78277bbc [shutit/en] shutit added (#2754) 2017-06-09 18:18:53 +02:00
Adam Bard
fe63139343 Update shutit.html
shell->bash (for my poor server's health)
2017-06-08 16:58:50 -07:00
rlgreen91
966886c6a9 Corrects typo in prototype section. 2017-06-08 16:35:17 -05:00
zhengbuqian
0567c07764 [sml/zh-cn] Chinese Translation for Standard ML (#2750)
* translate sml to chinese to line 105

* finish translation of sml into chinese
2017-06-08 19:37:27 +02:00
Kidhanis De Jesus
846abc4d9a [en/java] Modify the Animal abstract class (#2751)
* Fix word order in class documentation

* Change access level modifier of age variable

The comment inside eat() mentions that the variable is private.
Furthermore, there would be no error if the variable were used inside
Dog given the current access level.
2017-06-08 19:29:56 +02:00
Xuan (Sean) Luong
0c1d3dc27a [html/vi-vn] Add HTML tutorial in Vietnamese (#2749)
* [html/vi-vn] Add HTML tutorial in Vietnamese

* Address vendethiel's comments
2017-06-07 16:48:40 +02:00
Xuan (Sean) Luong
04b6f42964 [python3/vi-vn] Add Python 3 tutorial in Vietnamese (#2747)
* Add Python 3 tutorial in Vietnamese

* Create a separate translators section
2017-06-06 16:53:34 +02:00
Alper Yilmaz
8f56f54c5e fixed node notation (#2745)
nodes should be indicated with regular parenthesis `()`, some lines contained nodes within square brackets `[]`
2017-06-06 13:58:57 +02:00
Ian Miell
3ede04c52f [shutit/en] shutit added (#2746)
* [shutit/en] shutit added

* [shutit/en] pause point corrected
2017-06-05 17:39:22 +02:00
Yan Zhang
a2ee84b201 fix broken URL for vim (#2744) 2017-06-01 11:31:14 +02:00
Yerkebulan Tulibergenov
bb1d9c2a9e [Java/en]Fix small typo in Java English tutorial (#2743) 2017-05-31 09:58:51 +02:00
Xavier Sala
b287837c73 [groovy/ca-es] Catalan translation of Groovy (#2742)
* Afegit Go en català

* Go in catalan

* added Kotlin

* kotlin in catalan 80 chars

* Added -ca to the kotlin filename

* Translated Groovy to catalan

* Missed -ca

* Copy & paste problems in the header :-P
2017-05-30 14:25:28 +02:00
Xavier Sala
8bf95851e1 [go/ca-es] catalan translation of Go (#2741)
* Afegit Go en català

* Go in catalan

* added Kotlin

* kotlin in catalan 80 chars

* Added -ca to the kotlin filename
2017-05-28 17:51:52 +02:00
Aaroh Mankad
bea057020f [c/en-en] Make reference link in footer/summary link to Stack Overflow article (#2739)
* Make reference link in footer/summary link to Stack Overflow article

* remove name from list of contributors
2017-05-26 20:02:32 +00:00
bezigon
1ac2f69479 Update typescript.html.markdown (#2738)
https://github.com/adambard/learnxinyminutes-docs/issues/2737
2017-05-25 15:35:08 +00:00
ven
66c4b1c01a fix #1155 2017-05-25 15:06:13 +02:00
ven
ae9762fd13 Update perl6.html.markdown 2017-05-25 14:56:49 +02:00
ven
d20ff6bfae 2431 2017-05-25 14:29:39 +02:00
Alexey Nazaroff
c14b5f572e [hq9+] Added manual for HQ9+ programming language (#2431) 2017-05-25 12:29:12 +00:00
ven
3c7750b563 fix css-es directory 2017-05-23 17:45:17 +02:00
ven
55ac159512 Fix #2736 2017-05-23 17:45:00 +02:00
ven
03beca94e2 Create css-es.html 2017-05-23 17:43:17 +02:00
ven
4b7f47b227 Revert 6d2973f78e
Fix #2660
2017-05-23 17:41:07 +02:00
Tyler Chong
98f213bc68 Update c.html.markdown (#2734) 2017-05-23 10:37:46 +02:00
Poor Yorick
c809a163b4 [language/tcl-en]Extensive edit of the Tcl document (#2731)
* Rework some examples.

* Small change to description of iterator commands.

* Adjust whitespace.

* Adjust whitespace again.

* Various changes to wording and grammar

* Rather extensive editing of the entire document.

* trivial change of one variable name
2017-05-19 23:41:48 +02:00
João Vitor Verona Biazibetti
d30d6f69ca [Kotlin/all] Remove whitespace in variable declaration with explicit type (#2733)
* Removed whitespace in variable declaration with explicit type (Kotlin)

* Removed whitespace in variable declaration with explicit type (Kotlin translations)
2017-05-19 23:34:27 +02:00
abactel
81a388747a [zfs/en] Fix bullet points (#2732)
This commit will fix the incorrect bullet point markdown to allow proper html
generation.
2017-05-19 22:54:14 +02:00
zxyqwe
18aea74881 [jquery/zh-cn]add zh-cn for jquery (#2728)
* add zh-cn header for jquery

* add zh-cn desc for jquery

* add zh-cn detail for jquery
2017-05-18 15:31:22 +02:00
ven
b55efa6fd1 close #2727 2017-05-18 13:59:03 +02:00
ven
f5cb3924ef small changes to #1854 2017-05-18 12:54:00 +02:00
ven
eb44c5bc91 Update c++.html.markdown 2017-05-18 12:48:46 +02:00
Xuan-thi Nguyen
d2a8a52017 [fr/c++] c++ article translated in French (#1854)
* c++ article translated in French

* Typos
2017-05-18 12:46:58 +02:00
ven
da3abd314b fixup #2446 2017-05-18 12:45:43 +02:00
Alois
53d56bb465 [WIP][fsharp/fr] I just finish to translate the F# tuto to fr (#2446)
* Create fsharp-fr.html.markdown

* Add introduction and basics

* Update fsharp-fr.html.markdown

* Fix old translation of progress a bit

* Progress on types

* Add the end part

* Fix verb "créer"

* Improve stuff

* Remove trailing whitespaces

* Move from C# highlighting to F#

* Improve trad

* Relecture

Je doute encore sur les (?)
2017-05-18 12:44:18 +02:00
ven
6d2973f78e Fix #2660 2017-05-18 12:42:45 +02:00
mikyackerman
5baf8fab2a Traduje algunos parrafos de el archivo (#2660)
* Traduccion EN-ES agregar contibudor

* traducir primer parrafo a ES

* traducir segundo parrafo a ES

* traducir tercer parrafo a ES

* traducir parrafo NOTA a ES

* traducir primer parrafo de sintaxis a ES

* traducir primer parrafo de selector a ES
2017-05-18 12:42:00 +02:00
Felipe Cury
064cbde932 [java/en-us] Fix typo (#2708) 2017-05-18 12:40:42 +02:00
Ned Batchelder
9ccd1ee05a Some improvements to Python 3 (#2713) 2017-05-18 12:40:25 +02:00
Dan Book
6e3d29f036 [perl/en] Use more single quotes and explain single vs double quotes (#2710)
* [perl/en] Explain single vs double quotes

Explains an example of variable interpolation and escape codes in a double quoted string.

* add section about interpolating arrays and email in double quotes trap
2017-05-18 12:40:15 +02:00
abactel
a5833175be [LOLCODE/en] Create LOLCODE tutorial (#2721) 2017-05-18 12:39:09 +02:00
zhysan
b2cb352885 Update vim-cn.html.markdown (#2726)
fix description error of "w", "b", "e"
2017-05-18 09:56:40 +02:00