summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-array-ext
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-11-19 11:28:03 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-11-19 11:28:03 +0900
commit426c1f9e0b77a27d5384ccdee7f7a49eef0e2ed0 (patch)
tree4a0bea443e295bafbc2067ee8f3dfc3a7562798f /mrbgems/mruby-array-ext
parent0a0cc5a217b577dfadddfb250d5a91ca69978887 (diff)
downloadmruby-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.rb3
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:
#