Commit Graph

8873 Commits

Author SHA1 Message Date
Norwid Behrnd
7a2f6ddacd keep introducing comments close to their object
In previous commits, some introducing comments ended just in the
line ahead of their example; others did not.  For consistency,
comments are now back to back with their example.
2022-11-23 22:01:08 +01:00
Norwid Behrnd
27f052e68d break overly long lines
Critical threshold for a line are 80 characters maximum.
2022-11-23 21:26:20 +01:00
Norwid Behrnd
38abd4298c run sed -i 's/ *$//' awk-fr.html.markdown
Remove of trailing spaces.
2022-11-23 21:17:18 +01:00
Marcel Ribeiro Dantas
02db03231f
Merge pull request #4380 from agbohub/patch-1
[vim/en] Delete repeated word "one" in §Intro
2022-11-20 03:50:46 -03:00
Marcel Ribeiro Dantas
e323bd7775
Merge pull request #4513 from yashdodani/addScanfToC
[c/en] Added missing information about scanf in C
2022-11-20 03:45:14 -03:00
Marcel Ribeiro Dantas
12ff5c1d0d
Merge pull request #4527 from kemelzaidan/processing-pt_br
[processing/pt_br] Adds processing translation to pt_br
2022-11-20 03:44:39 -03:00
Marcel Ribeiro Dantas
4f9431e8e9
Merge pull request #4488 from emilyseville7cf-scripts/feature/refresh-bash
[bash/en] Update bash help
2022-11-20 03:41:50 -03:00
Marcel Ribeiro Dantas
4da0a528bc
Merge pull request #4545 from precondition/patch-1
[COBOL/en] Fix typo: sting → string
2022-11-16 22:46:51 -03:00
precondition
32aad6aaf2
Fix typo: sting → string 2022-11-16 23:30:30 +01:00
Kemel Zaidan
a4a507bef1
Update processing-pt.html.markdown
Last typo changes left
2022-11-16 11:52:34 -03:00
Kemel Zaidan
f1c5734175
Update processing-pt.html.markdown
Fixing some translation errors
2022-11-16 11:46:14 -03:00
Kemel Zaidan
155ed84239
Update processing-pt.html.markdown
Fixing a typo to capital letter since it refers to the language name
2022-11-16 11:38:26 -03:00
Marcel Ribeiro Dantas
8d993a2566
Merge pull request #4543 from heckelson/patch-1
[hy/en] Remove dead link
2022-11-15 17:42:08 -03:00
Alexander Hecke
847f5c2259
Remove dead link 2022-11-15 10:29:45 +01:00
Marcel Ribeiro Dantas
c3ec10c79e
Merge pull request #4542 from nbehrnd/vim_de
[vim/de] remove trailing/not needed leading spaces
2022-11-14 12:19:26 -03:00
nbehrnd
0cdb0f0c06
Update vim-de.html.markdown 2022-11-14 12:54:14 +01:00
Norwid Behrnd
437ebf772b use markdownlint for additional improvements
Accounts for a selection of issues identified by markdownlint.[1]

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-14 12:36:39 +01:00
Norwid Behrnd
df4dacd110 A spellcheck 2022-11-14 12:28:17 +01:00
Norwid Behrnd
07ec656274 correct/reinstall indentations
There were a few 'false positives' applying sed's rule to remove
leading spaces.  This commit corrects this.
2022-11-14 12:24:52 +01:00
Norwid Behrnd
8dd734971d trim leading spaces (needs manual correction)
An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
2022-11-14 12:15:37 +01:00
Norwid Behrnd
75b0cfb4ab trim trailing spaces
An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
2022-11-14 12:14:46 +01:00
Adam Bard
2d59543e71
Merge pull request #4502 from bobdc/remove-color-coding
[rdf/en-en] Make color coding generic because too much was red
2022-11-12 07:26:02 -08:00
Yann Defretin
ab877e93eb
[javascript/fr] Fix equality comparison example (#4540) 2022-11-11 17:49:24 +01:00
Marcel Ribeiro Dantas
2ddfedb512
Merge pull request #4539 from nbehrnd/markdown_en
[markdown/en] add link to markdownlint
2022-11-11 10:54:17 -03:00
Norwid Behrnd
873314f253 add link to markdownlint
It already was mentioned, the additional link eases installation
and thus promotes its subsequent use.
2022-11-11 10:38:32 +01:00
Marcel Ribeiro Dantas
b8a66e77be
Merge pull request #4538 from ShenMian/master
[vim/en] Update vim.html.markdown
2022-11-10 01:18:36 -03:00
ShenMian
968661d9f7
Update vim.html.markdown 2022-11-10 11:37:19 +08:00
Marcel Ribeiro Dantas
8afc5e6ceb
Merge pull request #4537 from nbehrnd/python_en_linelimit
[python/en] stricter restraint of 80 characters/line maximum
2022-11-09 01:54:26 -03:00
Norwid Behrnd
3d0ea351cb remove overly long lines by edit of content
Light rephrasing to stay within the constraint of 80 chars/line.
The cross links at the end of the document are not affected.
2022-11-08 13:36:41 +01:00
Norwid Behrnd
0dcfdfb4b4 remove overly long lines by additional line breaks
The threshold of a line considered as too long is 80 characters
per line.  Changes introduced only alter the use of line breaks.
2022-11-08 12:50:57 +01:00
Marcel Ribeiro Dantas
82462e776a
Merge pull request #4535 from JohnBlood/patch-2
[ldpl/en] fixed spelling errors
2022-11-06 23:43:40 -03:00
John Paul Wohlscheid
edada55eb0
fixed spelling errors 2022-11-05 23:32:45 -04:00
Mr Alexandre ELISÉ
9912e42945
Hi, I might have found a typo (#4528)
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
2022-10-31 03:15:26 +01:00
Kemel Zaidan
6e3ca550f9 fixes the texts which were exceeding 80 collumns 2022-10-27 17:13:09 -03:00
Kemel Zaidan
6574a37279 fixing some typos after review 2022-10-27 16:01:30 -03:00
Kemel Zaidan
940326953b add pt_br translation for Processing 2022-10-27 15:46:18 -03:00
Marcel Ribeiro Dantas
f5f207ffd0
Merge pull request #4525 from smith558/patch-5
[python/en] Clarify things
2022-10-26 21:06:32 -03:00
Stanislav (Stanley) Modrak
25e194aa0f
Update python.html.markdown 2022-10-26 19:30:44 +01:00
Stanislav (Stanley) Modrak
610676c76e
Update python.html.markdown 2022-10-26 18:37:42 +01:00
Stanislav (Stanley) Modrak
c86c82f4b5
Update python.html.markdown 2022-10-26 18:36:17 +01:00
Marcel Ribeiro Dantas
0f97d7cc87
Merge pull request #4521 from gregoryinouye/python-remove-duplicate-truthy-falsy-explanation
[python/en] remove duplicate truthy falsy explanation
2022-10-21 10:48:23 +02:00
Gregory Inouye
52617d5c82
remove duplicate truthy falsy explanation 2022-10-20 11:56:59 -07:00
Marcel Ribeiro Dantas
a7456cfa0c
Merge pull request #4517 from Alex-Golub/master
[yaml/en] Add more information/examples about YAML capabilities
2022-10-18 00:06:49 +02:00
Alex Golub
7aa536ff0d [yaml/en] Add more information/examples about YAML capabilities 2022-10-17 18:51:39 +03:00
Marcel Ribeiro Dantas
5c1d67e815
Merge pull request #4515 from insign/patch-1
[dart/pt-br] More natural language
2022-10-14 09:48:03 +02:00
Hélio
6b169e5706 even more natural language 2022-10-13 18:02:58 +00:00
Hélio
e5ef717945
More natural language 2022-10-11 21:06:18 -03:00
Yash
44e15f8004 Added missing information about scanf 2022-10-10 22:27:35 +05:30
Marcel Ribeiro Dantas
2ed44955b5
Merge pull request #4512 from kaymmm/master
[vim/en] add additional fold commands and visual regex; reformat
2022-10-10 10:10:26 +02:00
Keith Miyake
152640354a [vim/en] update contributors 2022-10-09 07:47:49 -07:00