mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
Fix
This commit is contained in:
parent
4e848cbfd0
commit
de1fc9ddbc
@ -9,7 +9,7 @@ filename: LearnGit.txt
|
|||||||
|
|
||||||
Git is a distributed version control and source code management system.
|
Git is a distributed version control and source code management system.
|
||||||
|
|
||||||
Git does this through a series of snapshopts of your project, and it works
|
Git does this through a series of snapshots of your project, and it works
|
||||||
with those snapshots to provide you with functionality to version and
|
with those snapshots to provide you with functionality to version and
|
||||||
manage your source code.
|
manage your source code.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Feedback is always welcome, so feel free to reach me over at
|
|||||||
[@kurisuwhyte](https://twitter.com/kurisuwhyte) :)
|
[@kurisuwhyte](https://twitter.com/kurisuwhyte) :)
|
||||||
|
|
||||||
|
|
||||||
```livescript
|
```coffeescript
|
||||||
# Just like its CoffeeScript cousin, LiveScript uses hash symbols for
|
# Just like its CoffeeScript cousin, LiveScript uses hash symbols for
|
||||||
# single-line comments.
|
# single-line comments.
|
||||||
|
|
||||||
@ -30,7 +30,8 @@ Feedback is always welcome, so feel free to reach me over at
|
|||||||
Multi-line comments are written C-style. Use them if you want comments
|
Multi-line comments are written C-style. Use them if you want comments
|
||||||
to be preserved in the JavaScript output.
|
to be preserved in the JavaScript output.
|
||||||
*/
|
*/
|
||||||
|
```
|
||||||
|
```coffeescript
|
||||||
# As far as syntax goes, LiveScript uses indentation to delimit blocks,
|
# As far as syntax goes, LiveScript uses indentation to delimit blocks,
|
||||||
# rather than curly braces, and whitespace to apply functions, rather
|
# rather than curly braces, and whitespace to apply functions, rather
|
||||||
# than parenthesis.
|
# than parenthesis.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user