mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix non-ASCII comment.
This commit is contained in:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user