* Added command to add all files in the working tree to the staging area
* Fixed some markdown code formatting mistakes
* Fixed some grammatical mistakes
* Fixed some spelling mistakes
Most markdown motors require a blank line before introducing a bullet list.
Since github-flavored markdown does not care whether there is an extra blank line or not, let's put one.
* Add files via upload
tcsh/en added
* Add files via upload
[tcsh][en]
* Add files via upload
[tcsh][en]
* Add files via upload
[tcsh][en]
* Add files via upload
typos
* Add files via upload
typo at switch
* Add files via upload
tcsh/en added secret-num game as an example
* Add files via upload
competition -> completition
* tcsh/en
one more example to show when needed quotes at =~ and !~
* tcsh/en
Clear explanation about what the '@' does
- [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]`
- [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!
Output:
My dog's name isfido, and his other favorite thing is a: teddy
New output:
My dog's name is fido, and his other favorite thing is a: teddy
* Fix word order in class documentation
* Change access level modifier of age variable
The comment inside eat() mentions that the variable is private.
Furthermore, there would be no error if the variable were used inside
Dog given the current access level.