krotera
6a0b4aee87
[c/en] clarity, errata, and grammar in array section ( #4102 )
...
* [c/en] clarity, errata, and grammar in array section
- [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]` (example `[python/fr-fr]` or `[java/en]`)
- [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!
* Overlooked type uniformity
* Improve 80 col alignment and clarify loop control var declaration
* Remove agrammatical comma
* Mention typedef in struct declaration
2022-01-04 00:44:49 +08:00
taivlam
2abab47335
[html/en] Minor typographical improvements ( #4111 )
...
Minor typographical edits (mostly capitalization and so on) for improved readability in beginning and ending Markdown descriptions
2022-01-04 00:40:58 +08:00
Mario Domenech Goulart
353f9fca40
CHICKEN.html.markdown: adapt to CHICKEN 5 ( #4154 )
...
This change adapt the instructions to CHICKEN 5. Before it
covered CHICKEN 4, which is an outdated version.
2022-01-04 00:39:50 +08:00
Alan Chang
6a11164757
[c++/en] Fix newline error ( #4176 )
...
* Fix newline error
* use std::endl
2022-01-04 00:36:58 +08:00
Shivanshu
5828962380
Fixed output. ( #4157 )
...
Fixed output provided in comments beside the command.
2022-01-04 00:23:08 +08:00
Keve Nagy
da4f1ff4c8
Small correction for vala.html.markdown ( #4160 )
...
On line 486, replaced &i with &more.
While at it, on lines 497-503 I also transformed all the "here" hyperlinks to their most obvious replacements.
2022-01-04 00:21:42 +08:00
Stanley Modrak
3971ad0774
Replace deprecated links ( #4174 )
...
Replace the old links which were deprecated with the new URLs they redirect to.
2022-01-04 00:20:24 +08:00
15532
d6becca820
Update ocaml.html.markdown ( #4181 )
2022-01-04 00:18:53 +08:00
Konstantinos Lampropoulos
334b090a4d
Update javascript.html.markdown ( #4178 )
...
var => function/global , let => lexical/block scoped
2022-01-04 00:18:07 +08:00
Vishvanathan K
f39dcdd44e
Update visualbasic.html.markdown ( #4295 )
...
* The comment "Ouputs the above" was misleading, changed it to a more apt comment ("Pausing the execution")
2022-01-04 00:17:27 +08:00
Xing Zheng
d24f135208
fix a typo ( #4172 )
...
the variable name should be `someIdentifier` instead of `willSet`.
2022-01-04 00:16:36 +08:00
Carson Drake
ce170de16d
[nix/en] Fix dead link for Rommel Marinez
Further Reading ( #4137 )
...
* Fix dead link for `Rommel Marinez` Further Reading
Replace original link with archived version from wayback machine.
* Unify Further Reading References [nix/en]
Include live Susan Potter link that was previously fixed in `[nix/de-de]`.
2022-01-04 00:14:09 +08:00
Bernard Kolobara
9f1e178ce8
Fix type error ( #4196 )
2022-01-04 00:12:06 +08:00
Jelte Fennema
772f8ba1cd
Use correct name for enum in comment ( #4188 )
...
The name used in the comment for the BikeBrand enum was incorrect.
2022-01-04 00:11:11 +08:00
Adrian Sieber
4a7b5fa3b6
Fix capitalization of PureScript ( #4183 )
2022-01-04 00:10:24 +08:00
Anton Trekov
625f149739
[Dart/en] Fixed error in example2 ( #4035 )
...
* [Dart/en] Fixed example2
* [Dart/en] Simplify example
Co-authored-by: Anton Dorozhkin <anton.dorozhkin@lamoda.ru>
2022-01-04 00:07:35 +08:00
Kevin Samuel
f6d6a9cdae
[vim/en] explain yank and delete at first occurrence ( #4050 )
...
yank and delete unexplained at first occurrence
not even basic requirement i.e. yank = copy
- added draft explanations
2022-01-04 00:00:16 +08:00
YAN Hui Hang
831b708150
Update dynamic-programming-cn.html.markdown ( #4103 )
2022-01-03 23:58:46 +08:00
Nathan Sit
1d62c29e84
[Update CONTRIBUTING.markdown] removed 'of' ( #4114 )
2022-01-03 23:57:54 +08:00
Maxim Markin
2d55b77e60
[pug/en] Fix typos in mixins ( #4113 )
2022-01-03 23:57:26 +08:00
taivlam
ba6e865d5b
[cobol/en] Correct 2 minor typos ( #4286 )
...
I corrected 2 minor typos (first instance is extra/misplaced period & the second instance is a misspelling).
2022-01-03 23:55:44 +08:00
Ben Davis
5e1e2a0a15
[scala/en] Add missing class instantiation and fix typos ( #4193 )
...
* [scala/en] Add missing class instantiation
* [scala/en] Remove parens from object instantiation to keep with style of rest of the page
* [scala/en] Fix typos
2022-01-03 23:54:39 +08:00
Nathan
eed9734dfc
fix typo ( #4192 )
...
compliment -> complement
2022-01-03 23:53:13 +08:00
taivlam
549ac28f77
[latex/en] Correct typos & make minor improvements ( #4287 )
...
* Correct various minor typos
* Changed from using `\ ` to `~` for non-breaking spaces in the middle of sentences
* The table's column labels had Last and First names (respectively) swapped, compared to the corresponding contents of the table
* Made language of sentence about LuaTeX and XeLaTeX clearer
2022-01-03 23:52:43 +08:00
Mayur Dave
800dad49e6
[go/en] render bullet points correctly ( #4294 )
2022-01-03 23:50:15 +08:00
woclass
868d6ea2ff
[red/zh-cn] Update Chinese translation ( #4299 )
2022-01-03 23:49:42 +08:00
Harukawa Sayaka
93af05dc04
[python/zh-cn] Empty tuple is also False ( #4297 )
2022-01-02 20:04:14 +08:00
NightMachinary
fd3b5cf629
Fixed errors ( #4227 )
2021-12-22 20:40:43 +01:00
180909
8240a8f703
[go/zh-cn] Add translation ( #4270 )
2021-12-10 20:58:40 +08:00
lzw-723
d5368b21c6
[nim/zh-cn] Add translation ( #4282 )
2021-12-10 20:58:24 +08:00
Andre Polykanine
398d7e7c2c
Add Justin as code owner for Korean
2021-12-10 13:59:19 +09:00
Connor Morrison
ac212cb879
Update go.html.markdown ( #4284 )
2021-12-09 23:43:57 +01:00
Julien Lepiller
da18f5c914
[texinfo/en] Fix syntax highlighting ( #4281 )
...
Remove syntax highlighting since it's not supported by pygments
2021-12-01 23:58:44 +01:00
John Gabriele
425fc9d48c
Update janet.html.markdown ( #4280 )
...
Temporary fix for #4000 until pygments module is ready.
2021-12-01 23:55:14 +01:00
tarsJr
57fe664a50
Lua: use of loadstring replaced with load; loadstring is deprecated. ( #4275 )
2021-11-28 22:49:16 +01:00
charly
3aa763520b
[hdl/en] Fix variable name typo ( #4276 )
2021-11-28 22:47:33 +01:00
JakubDrozd777
2ec43ca094
[pascal/en-us] Fixed a few typos ( #4274 )
...
* Fixed a few typos
* FIxed another typos
2021-11-27 23:24:45 +01:00
Justin Yang
45d5be3c4a
[yaml/ko-KR] Translate updated en document ( #4272 )
...
This contains translations:
7d6d0311
[yaml/en] Remove unused anchor
f2b4df9a
UTF-8/16/32 characters need to be encoded
699ab981
Correct wording, closes #3098
62e9ea6b
Explain regexp, closes #2197
dba905ff
Fix YAML, closes #3172 (#3329 )
7cd43d8a
[yaml/en] Use preferred style; add missing uses
ae1d18ad
[yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true
Signed-off-by: Justin Yang <justin.yang@themedium.io>
2021-11-27 21:26:01 +01:00
tsasser05
5ecf1a3bba
Update documentation for expensiveComputation() ( #4269 )
...
Added comment for clarity
2021-11-27 21:21:17 +01:00
tomas-hartman
20ed619532
[markdown/en] add chapters on table of contents and markdownlint ( #4273 )
...
* feat (Markdown-en): add info on markdownlint and table of contents
* fix (Markdown-cs-cz): fix typos
* fix (Markdown-en): keep lines short
* fix (Markdown-en): add further reading
* fix (Markdown-cs-cz): add further reading
Co-authored-by: Tomas Hartman <tomash@xcroco.com>
2021-11-27 21:19:54 +01:00
tomas-hartman
b9e9f9bcbd
[markdown/cs-cz] Improve translation language style and add subchapter on table of contents ( #4271 )
...
* refactor: improve stylistic quality of the translation and add minor chapters
* fix: limit to 80 chars per line
* fix (lang): fix some typos
Co-authored-by: Tomas Hartman <tomash@xcroco.com>
2021-11-17 00:56:42 +01:00
joseville1001
e6f3c19425
nit: Add caveat to rule 2. λx.c = Kc
( #4267 )
...
See this math stackexchange Q/A for the reason why this caveat is important: https://math.stackexchange.com/questions/4304294/rules-for-converting-lambda-calculus-expressions-to-ski-combinator-calculus-expr .
(There may be other clearer ways of wording the caveat. It is also not necessary that the caveat be shown inline with the rules; an alternative is to use a footnote or to make a note below the rules.)
2021-11-14 12:40:54 +01:00
Wichamir
519ad03a55
[GDScript/en] Add missing line ( #4268 )
...
* [GDScript/en] Add GDScript
* Added missing comment about Dictionary
* Fixed mismatched types
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update gdscript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* [GDScript/en] Add missing line
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-11-14 00:28:21 +01:00
Adam Bard
ccb256ebf0
Move fish doc to expected location
2021-11-09 17:14:48 -08:00
Adam Bard
e20d8d358f
Move zh-cn asciidoc to expected location
2021-11-09 17:13:32 -08:00
Julien Lepiller
7004c1645b
[texinfo/en] Learn Texinfo in Y minutes ( #4263 )
...
* [texinfo/en] Learn Texinfo in Y minutes
* Update texinfo.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-11-10 00:21:57 +01:00
Edaz
ab710a881e
[typescript/en] Add template literal types ( #4265 )
...
* Add template literal types
* Update typescript.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-11-10 00:08:47 +01:00
Abdul Qoyyuum
97cb7331e7
Dead link ( #4264 )
...
It was a dead link and doesn't seem to be active anymore.
2021-11-08 23:43:52 +01:00
Shafkathullah Ihsan
0320846c0c
Updates enum docs ( #4266 )
2021-11-08 23:36:40 +01:00
chkas
04690c7057
Create easylang.html.markdown ( #4262 )
2021-11-03 21:27:27 +01:00