diff options
| author | Koichi Sasada <ko1@atdot.net> | 2025-12-05 02:40:59 +0900 |
|---|---|---|
| committer | Koichi Sasada <ko1@atdot.net> | 2025-12-05 03:10:50 +0900 |
| commit | 2aaea665bb19be8ed64605ec9aa5c990fddbd2ce (patch) | |
| tree | f6e20a54e33cf819c1852d280ce18d58095f69c7 /include/ruby/ractor.h | |
| parent | 5062c0c621d887367af8a054e5e5d83d7ec57dd3 (diff) | |
fix typo s/sharable/shareable/
Diffstat (limited to 'include/ruby/ractor.h')
| -rw-r--r-- | include/ruby/ractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ractor.h b/include/ruby/ractor.h index 85222bbe11..8cfca21621 100644 --- a/include/ruby/ractor.h +++ b/include/ruby/ractor.h @@ -217,7 +217,7 @@ VALUE rb_ractor_make_shareable(VALUE obj); * * @param[in] obj Arbitrary ruby object to duplicate. * @exception rb_eRactorError Ractors cannot share `obj` by nature. - * @return A deep copy of `obj` which is sharable among Ractors. + * @return A deep copy of `obj` which is shareable among Ractors. */ VALUE rb_ractor_make_shareable_copy(VALUE obj); |
