| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| | |
[Python3/en] copy sets
|
| | |
|
|\ \
| | |
| | | |
[javascript/en] Add missing semicolon for consistency
|
| | | |
|
|\ \ \
| | | |
| | | | |
[latex/de-de] fixed some small typos in translation
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[c#/en] Updated grammar
|
| | | | |
| | | | |
| | | | |
| | | | | |
- An ambiguous sentence, needed full stop (.)
- "i.e." instead of "ie."
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[racket/zh-cn] fix typo
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[dart] fixed typo
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[Git/zh-CN] Fixed typo
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[PowerShell/en] Update url
|
| | | | | | | |
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[make/de-de] Fixed typos and comma errors
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
I have fixed some typos and comama errors in make
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[python/el-gr] Add greek translation for python 3
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[bash/de-de] typo fixed
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[html/de-de] fixed some typos in german translation
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[php/en] Remove an extra double quote
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Added missing import std.stdio...
|
| |/ / / / / /
| | | | | | |
| | | | | | | |
to make an example compilable.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[smalltalk/en] Made some improvements
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
• Under Simple syntax, it referred to a unary message as “a single string”. I think it would be clearer and more accurate to describe it as “a single symbol”. Calling it a string may leave people confused with actual strings (i.e. instance of String class). Furthermore, message selectors are actually Symbol instances.
• Fixed the formatting of the bullet-point list of messages.
• Fixed the formatting of the example code, and set highlighting to smalltalk language.
• Under Assignment, many of the examples are actually access and assignment. You could simplify the list down to just the first 6 (i.e. up to and including x := Object new). The rest can go in a section further down which is about interesting base access methods. Even the Object new example isn’t really necessary, but it helps to show that assigning objects is no different from assigning literals.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
update broken link
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ansible/en]: Fix URL link
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Forwarded: https://github.com/adambard/learnxinyminutes-docs/pull/
Change-Id: Ic41e20f44f7e7aeab1811d8d48964c5d57c335eb
Signed-off-by: Philippe Coval <rzr@users.sf.net>
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
[elixir/en] Use https links
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[swift/en] Return value of `findIndex` is `Optional<Int>`
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[linker/en] Fix link to Russian translation
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[coq/en] Fix code width
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Many lines exceed the 80 character limit that makes the code wrap around
on the website. This mainly addresses comments. The comment style has
been preserved. For the code lines that exceeded 80 characters, I have
not adhered to any style.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Explaining better and improving consistence
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Added a version without parentheses to make it clear what they are doing;
Added return values for True and False because 3 also has it.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
[mips/en] Fixed typos.
|
| | | | | | | | | | |
|
| |\| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Merging from master.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
[ansible/en]Fix typos
|