Max Schumacher
3afac7ea62
Merge pull request #3953 from sumanstats/master
...
[language/raku-code] Perl6 to Raku and many more
2020-07-07 15:28:05 +02:00
Max Schumacher
3e1eccc2f3
Merge pull request #3910 from isolovev/patch-1
...
[ruby/ru] Fix comment of attr_accessor
2020-07-07 15:26:58 +02:00
Max Schumacher
b9dfd657c1
Merge pull request #3913 from singjsong/ruby-block-syntax
...
[ruby/en] Add Ruby shorthand block syntax examples
2020-07-07 15:26:33 +02:00
Max Schumacher
1d829ae3f9
Merge pull request #3906 from lemonez/patch-1
...
[bash/en] fix small omission
2020-07-07 12:39:53 +02:00
Max Schumacher
0215666e15
Merge pull request #3947 from anakimluke/patch-1
...
Fixed duplicate vim entry and page language mismatch
2020-07-07 12:37:56 +02:00
Max Schumacher
c36f9ac0f4
Merge pull request #3918 from sophiabrandt/patch-1
...
[dart/en] fix typos
2020-07-07 12:34:22 +02:00
Max Schumacher
c4fcf95610
Merge pull request #3927 from AndrewDavis1191/patch-1
...
[powershell/en] Adding things people may find useful
2020-07-07 12:32:16 +02:00
Max Schumacher
e70ca8a7c6
Merge pull request #3922 from HColeman1/patch-2
...
[vim/en] added the join command
2020-07-07 12:28:33 +02:00
Max Schumacher
85318d70e0
Merge pull request #3951 from kuvam/patch-1
...
[python/en] Change string access example for clarity
2020-07-07 12:26:49 +02:00
Max Schumacher
efb04d3183
Merge pull request #3939 from pendashteh/patch-2
...
Explains variable declaration plus a minor improvement
2020-07-07 12:09:54 +02:00
Max Schumacher
5afd8843b8
Merge pull request #3931 from paulgoetze/update-ruby-de
...
[ruby/de] Update to be in sync with English version
2020-07-07 12:07:58 +02:00
Max Schumacher
9276729767
Merge pull request #3945 from pedrowindisch/patch-1
...
[p5/en] Fixed a wrong URL
2020-07-07 11:59:36 +02:00
Max Schumacher
0a407509df
Merge pull request #3950 from threadspeed/master
...
[elixir/en] Added link
2020-07-07 11:58:47 +02:00
Max Schumacher
7b19d26e1b
Merge pull request #3957 from maartenJacobs/patch-1
...
[json/nl] Small translation fixes
2020-07-07 11:57:53 +02:00
Max Schumacher
4935d77792
Merge pull request #3960 from fujimura/patch-1
...
[smalltalk/en]Fix symbol concatenation example in Smalltalk
2020-07-07 11:52:34 +02:00
Max Schumacher
7ee221453f
Merge pull request #3963 from ivirshup/patch-1
...
[RST/en] Fix compile errors from link and escaping
2020-07-07 11:46:09 +02:00
Max Schumacher
47928eee63
Merge pull request #3964 from taivlam/master
...
[matlab/en] Correcting typo
2020-07-07 11:44:31 +02:00
Max Schumacher
cc2aa766da
Merge pull request #3966 from io12/patch-1
...
[set-theory/en] Fix formatting issues
2020-07-07 11:44:03 +02:00
Max Schumacher
7e0f2d98fc
Merge pull request #3965 from ComputerGenius152/patch-1
...
[git/en] Correcting Minor Typos
2020-07-07 11:40:21 +02:00
Ben Levy
081cf637cc
Fix set theory formatting issues
2020-07-04 22:46:46 -04:00
cg
073a9bbb7e
Update git.html.markdown
...
Fixing a few typos.
2020-07-02 13:28:08 -04:00
Isaac Virshup
2df3917975
[RST/en] Fix compile errors from link and escaping
...
There were two issues here:
* The non-inline link was used incorrectly, and should have a colon after the specifier.
* A compile error was generated from having a non-escaped `*`.
These can be verified by running `rst2html`:
```sh
$ rst2html.py ./restructuredtext.rst tmp.html
./restructuredtext.rst:24: (WARNING/2) Inline emphasis start-string without end-string.
./restructuredtext.rst:59: (WARNING/2) malformed hyperlink target.
```
After adding the colon, and adding the escape
```sh
$ rst2html.py ./restructuredtext.rst tmp.html
$
```
I've also added a sentence on escaping.
2020-06-24 16:55:02 +10:00
Daisuke Fujimura
34ac05a9e7
Fix symbol concatenation example in Smalltalk
2020-06-20 13:17:12 +09:00
sumanstats
d78605e0d7
Reflect perl6 to raku rename
...
+ As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku
+ change references of perl6 to raku
+ change extension from .p6 to .raku
+ fix the link of raku advent calendar
2020-06-15 20:42:57 +05:45
vibhanshup
a8398b3504
[typescript/en] incorrect syntax in inheritance example
...
closes #3958
2020-06-15 13:20:17 +05:30
Maarten Jacobs
237fcae028
Small translation fixes
...
Added a few missing characters
2020-06-14 18:59:29 +01:00
muxueqz
83d35fb28a
Fix typo
2020-06-13 20:20:20 +08:00
Yatin Aditya Tekumalla
02d9674e18
Update vim.html.markdown
...
Add information about vimtutor, a tutor that comes with vim.
2020-06-12 10:58:50 +05:30
sumanstats
0ecb826429
Perl6 to Raku and many more
...
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md
+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
anakimluke
d9e8093c13
Update el-gr/vim-gr.html.markdown
...
Co-authored-by: 谭九鼎 <109224573@qq.com>
2020-06-09 18:31:29 -03:00
a'_
ef04802863
Propose Set Theory
2020-06-04 19:59:09 -07:00
Andrew Ryan Davis
37c5b3dcd8
Merge pull request #3932 from fredwangwang/master
...
[jsonnet/en]
2020-06-04 15:51:42 -07:00
Kuv
d56323d08e
Change string access example for clarity
...
'T' was apparently mistaken by someone for True, so this is a minor edit to use a different example to make sure that doesn't happen again.
2020-06-04 12:41:35 +05:30
threadspeed
8d4d4285b3
Update elixir.html.markdown
...
added link
2020-06-03 20:09:19 +02:00
threadspeed
115ceaa13b
Update elixir.html.markdown
...
added link
2020-06-03 20:08:51 +02:00
anakimluke
dedffc3419
Fixed bug.
...
Fixed duplicate vim entry and mismatch of page language.
closes #3946
2020-06-01 19:39:30 -03:00
Pedro Henrique Windisch
53efb0eca4
Update p5.html.markdown
2020-06-01 14:56:26 -03:00
Pedro Henrique Windisch
bd01b590cf
Fixed a wrong URL
...
The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
2020-06-01 13:42:15 -03:00
Max Schumacher
bf39f18a78
Merge pull request #3798 from DartFNM/master
...
pascal-ru.html.markdown - Pascal translation to Russian language
2020-06-01 10:28:59 +02:00
Ali Panahi
f69c039f1c
Update Scala - clarify return
keyword usage
...
Add an example to clarify that the `return` keyword only returns from the inner-most `def` that surrounds it not the output of the lambda function.
2020-05-30 12:31:36 -04:00
walfie
97aece4d68
Fix typo in nix documentation
2020-05-29 20:55:46 -04:00
Alexar
8767bb3a15
Explains variable declaration plus a minor improvement
2020-05-30 05:10:55 +10:00
Alexar
ea3d958179
Explains the weird behavior of PHP tag in a PHP script
2020-05-30 05:02:34 +10:00
Yeongjae Jang
54c34420f8
Update vim-kr.html.markdown
2020-05-26 18:45:43 -07:00
Luxor
bede2a3f17
Update vim-kr.html.markdown
...
Correcting typos and add some lines
2020-05-26 18:45:43 -07:00
oliv37
7f1dc6ce2b
fix typo bash.html.markdown
2020-05-26 18:13:38 -07:00
oliv37
6955861bba
Add indirect expansion in bash.html.markdown
2020-05-26 18:13:38 -07:00
amigos-maker
55ad60b7dd
Update python.html.markdown
...
added useful links
2020-05-26 18:11:58 -07:00
Igetin
c89f2d3ac3
Fix reference to an undefined variable
2020-05-24 14:28:10 -07:00
Lartu
293972edab
Update ldpl.html.markdown
2020-05-24 14:08:31 -07:00