diff options
author | John Bampton <[email protected]> | 2023-03-01 04:05:30 +1000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-28 10:05:30 -0800 |
commit | c43fbe4ebd2b519601f0b90ca98fa096799d3846 (patch) | |
tree | 08b54264b5fa5ef737c429b10969877239803eeb /struct.c | |
parent | 966adfb79982436e552a7a65b8124b0a579e40c3 (diff) |
Fix spelling (#7405)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'struct.c')
-rw-r--r-- | struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1751,7 +1751,7 @@ rb_data_s_def(int argc, VALUE *argv, VALUE klass) * Measure.new(amount: 1, unit: 'km') * #=> #<data Measure amount=1, unit="km"> * - * # Alternative shorter intialization with [] + * # Alternative shorter initialization with [] * Measure[1, 'km'] * #=> #<data Measure amount=1, unit="km"> * Measure[amount: 1, unit: 'km'] |