提交 81f11065 编写于 作者: N Norman Clarke

Improve doc consistency

上级 cac15643
......@@ -93,7 +93,7 @@ def reverse
chars(Unicode.unpack_graphemes(@wrapped_string).reverse.flatten.pack('U*'))
end
# Limit the byte size of the string to a number of bytes without breaking characters. Usable
# Limits the byte size of the string to a number of bytes without breaking characters. Usable
# when the storage for a string is limited for some reason.
#
# Example:
......@@ -102,7 +102,7 @@ def limit(limit)
slice(0...translate_offset(limit))
end
# Convert characters in the string to uppercase.
# Converts characters in the string to uppercase.
#
# Example:
# 'Laurent, où sont les tests ?'.mb_chars.upcase.to_s # => "LAURENT, OÙ SONT LES TESTS ?"
......@@ -110,7 +110,7 @@ def upcase
chars Unicode.upcase(@wrapped_string)
end
# Convert characters in the string to lowercase.
# Converts characters in the string to lowercase.
#
# Example:
# 'VĚDA A VÝZKUM'.mb_chars.downcase.to_s # => "věda a výzkum"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册