Skip to content

Commit

Permalink
[DOC] Fix invalid code to make it syntax highlighted
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar committed Dec 23, 2019
1 parent a7b5018 commit df6f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm.c
Expand Up @@ -3057,7 +3057,7 @@ Init_VM(void)
*
* The class method ::kill, is meant to exit a given thread:
*
* thr = Thread.new { ... }
* thr = Thread.new { sleep }
* Thread.kill(thr) # sends exit() to thr
*
* Alternatively, you can use the instance method #exit, or any of its
Expand Down

0 comments on commit df6f5c4

Please sign in to comment.