Skip to content

Commit

Permalink
Update include/ruby/thread.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
  • Loading branch information
ko1 and byroot authored Nov 16, 2023
1 parent ad39a35 commit 65e8952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ruby/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ typedef int rb_internal_thread_specific_key_t;
* can be created. raises `ThreadError` if exceeded.
*
* Usage:
* // at initialize timing:
* // at initialize time:
* int tool_key; // gvar
* Init_tool() {
* tool_key = rb_internal_thread_specific_key_create();
Expand Down

0 comments on commit 65e8952

Please sign in to comment.