diff options
| author | ydah <t.yudai92@gmail.com> | 2024-09-26 21:12:00 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-27 09:58:32 +0900 |
| commit | 0c25eb4ffe50d6628dbed0a20e310afeb5993825 (patch) | |
| tree | 5650d51f931ac1f83f1dc70b3ad185f979e51816 | |
| parent | a50a7c70702c51cca9058b1f070a8e32c64b9774 (diff) | |
s/interation/iteration/
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11696
| -rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ * The bounds of the AR table. * 13-19: RHASH_LEV_MASK * The iterational level of the hash. Used to prevent modifications - * to the hash during interation. + * to the hash during iteration. */ #ifndef HASH_DEBUG |
