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
Jose Maria Valera Reales
4d90c4e8a7
Update phel.html.markdown
...
Co-authored-by: Jesus Valera Reales <jesus1902@outlook.com>
2021-12-22 14:03:42 +01:00
Chemaclass
6d6d62b889
Improvements after Jens review
2021-12-20 23:48:28 +01:00
Chemaclass
f6c3921900
Add phel.html
2021-12-20 17:53:29 +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
mdegirolami
74ccc90561
[sing/en] Added sing language ( #4256 )
...
* Added sing language
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Update sing.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
* Fixed a comment
Co-authored-by: De Girolami <maurizio.degirolami@datalogic.com>
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-11-02 13:26:19 +01:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example ( #4230 )
...
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
James
3cdecb5941
Add learncpp.com to further reading ( #4237 )
...
I've been learning from this site, and it seems good, and the general consensus online is that it's one of the better online tutorials/books for learning C++.
2021-11-01 22:24:35 +01:00
Peiran Yao
c33c369826
Fix a variable name typo in qsharp.html.markdown ( #4240 )
...
`q` is not defined, instead it should be `qs`.
2021-11-01 22:22:59 +01:00
ktunprasert
c465acbc3a
[PHP/en] Nullsafe operator ( #4248 )
2021-11-01 22:20:59 +01:00