* [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
* 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]`.
* [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
* 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
This contains translations:
7d6d0311 [yaml/en] Remove unused anchor
f2b4df9a UTF-8/16/32 characters need to be encoded
699ab981 Correct wording, closes#309862e9ea6b Explain regexp, closes#2197dba905ff 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>
* 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>
* 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>