Skip to content

Commit

Permalink
Fix typo and spawn description (#55)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix spawn description
  • Loading branch information
wooster0 authored and faustinoaq committed May 27, 2018
1 parent 14e66ff commit 8e2ed71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This extension provides support for the [Crystal](https://github.com/crystal-lan
2. [Features](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Features)
3. [Settings](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Settings)
4. [Useful extensions](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Useful-extensions)
5. [Know issues](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Known-Issues)
5. [Known issues](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Known-Issues)
6. [Roadmap](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Roadmap)

## Release Notes
Expand Down
4 changes: 2 additions & 2 deletions snippets/crystal.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"\t$0",
"end"
],
"description": "A loop executes its body forever until a break."
"description": "Spawns a fiber."
},
"inline block": {
"prefix": "{",
Expand Down Expand Up @@ -348,4 +348,4 @@
],
"description": "Wait for channels messages using a case statement."
}
}
}

0 comments on commit 8e2ed71

Please sign in to comment.