From 8e2ed71f76417eec11533764981b2063469342f7 Mon Sep 17 00:00:00 2001 From: r00ster <35064754+r00ster91@users.noreply.github.com> Date: Sun, 27 May 2018 23:55:00 +0200 Subject: [PATCH] Fix typo and spawn description (#55) * Fix typo * Fix spawn description --- README.md | 2 +- snippets/crystal.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd38c4c..66af8f8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/snippets/crystal.json b/snippets/crystal.json index d5e5524..4e6af40 100644 --- a/snippets/crystal.json +++ b/snippets/crystal.json @@ -299,7 +299,7 @@ "\t$0", "end" ], - "description": "A loop executes its body forever until a break." + "description": "Spawns a fiber." }, "inline block": { "prefix": "{", @@ -348,4 +348,4 @@ ], "description": "Wait for channels messages using a case statement." } -} \ No newline at end of file +}