diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-09 17:22:03 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-09 17:48:57 +0900 |
| commit | 79c57d747f7d1e6253a6df7b624a9930cb8a523c (patch) | |
| tree | ea3e662d0ca6f31b5ce4d299ef8dc9b38976caae /string.c | |
| parent | 25f277abe481b9109d59d28a2eee3f9998a9ad3a (diff) | |
Fixed by `misspell -w -error -source=text`
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3979,7 +3979,7 @@ rb_str_append_as_bytes(int argc, VALUE *argv, VALUE str) clear_cr: // If no fast path was hit, we clear the coderange. - // append_as_bytes is predominently meant to be used in + // append_as_bytes is predominantly meant to be used in // buffering situation, hence it's likely the coderange // will never be scanned, so it's not worth spending time // precomputing the coderange except for simple and common |
