diff options
author | Alan Wu <[email protected]> | 2024-12-04 16:26:02 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2024-12-04 16:26:31 -0500 |
commit | c0e12bf8d2eb3ee78d6926b8d6010bbbafce97ef (patch) | |
tree | 341607e53595446871874028b85e8417ea3f5f01 /include/ruby/internal/symbol.h | |
parent | 4b4d52ef50a926f0af6eeb3423c8e0e44603cd26 (diff) |
Fix typos in public headers [ci skip]
Diffstat (limited to 'include/ruby/internal/symbol.h')
-rw-r--r-- | include/ruby/internal/symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/symbol.h b/include/ruby/internal/symbol.h index 7371d32408..9b863d090e 100644 --- a/include/ruby/internal/symbol.h +++ b/include/ruby/internal/symbol.h @@ -203,7 +203,7 @@ VALUE rb_id2str(ID id); /** * Obtain a frozen string representation of a symbol (not including the leading - * colon). Done without any object allcoations. + * colon). Done without any object allocations. * * @param[in] symbol A ::rb_cSymbol instance to query. * @return A frozen instance of ::rb_cString with the name of `symbol`. |