diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-11-19 11:28:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-11-19 11:28:03 +0900 |
| commit | 426c1f9e0b77a27d5384ccdee7f7a49eef0e2ed0 (patch) | |
| tree | 4a0bea443e295bafbc2067ee8f3dfc3a7562798f /mrbgems/mruby-array-ext | |
| parent | 0a0cc5a217b577dfadddfb250d5a91ca69978887 (diff) | |
| download | mruby-426c1f9e0b77a27d5384ccdee7f7a49eef0e2ed0.tar.gz mruby-426c1f9e0b77a27d5384ccdee7f7a49eef0e2ed0.zip | |
fix non-ASCII comment.
Diffstat (limited to 'mrbgems/mruby-array-ext')
| -rw-r--r-- | mrbgems/mruby-array-ext/mrblib/array.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mrbgems/mruby-array-ext/mrblib/array.rb b/mrbgems/mruby-array-ext/mrblib/array.rb index ed3f591fe..42da0207e 100644 --- a/mrbgems/mruby-array-ext/mrblib/array.rb +++ b/mrbgems/mruby-array-ext/mrblib/array.rb @@ -1,4 +1,3 @@ -# coding: cp932 class Array ## # call-seq: @@ -927,7 +926,7 @@ class Array # # Assumes that self is an array of arrays and transposes the rows and columns. # - # If the length of the subarrays don’t match, an IndexError is raised. + # If the length of the subarrays don't match, an IndexError is raised. # # Examples: # |
