mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix grammar: "is same as" -> "is the same as"
This commit is contained in:
parent
3d43944725
commit
3108ad7bf3
20 changed files with 33 additions and 33 deletions
16
pack.rb
16
pack.rb
|
@ -77,14 +77,14 @@ class Array
|
|||
# S> s> S!> s!> | Integer | same as the directives without ">" except
|
||||
# L> l> L!> l!> | | big endian
|
||||
# I!> i!> | | (available since Ruby 1.9.3)
|
||||
# Q> q> Q!> q!> | | "S>" is same as "n"
|
||||
# J> j> J!> j!> | | "L>" is same as "N"
|
||||
# Q> q> Q!> q!> | | "S>" is the same as "n"
|
||||
# J> j> J!> j!> | | "L>" is the same as "N"
|
||||
# | |
|
||||
# S< s< S!< s!< | Integer | same as the directives without "<" except
|
||||
# L< l< L!< l!< | | little endian
|
||||
# I!< i!< | | (available since Ruby 1.9.3)
|
||||
# Q< q< Q!< q!< | | "S<" is same as "v"
|
||||
# J< j< J!< j!< | | "L<" is same as "V"
|
||||
# Q< q< Q!< q!< | | "S<" is the same as "v"
|
||||
# J< j< J!< j!< | | "L<" is the same as "V"
|
||||
# | |
|
||||
# n | Integer | 16-bit unsigned, network (big-endian) byte order
|
||||
# N | Integer | 32-bit unsigned, network (big-endian) byte order
|
||||
|
@ -197,14 +197,14 @@ class String
|
|||
# S> s> S!> s!> | Integer | same as the directives without ">" except
|
||||
# L> l> L!> l!> | | big endian
|
||||
# I!> i!> | |
|
||||
# Q> q> Q!> q!> | | "S>" is same as "n"
|
||||
# J> j> J!> j!> | | "L>" is same as "N"
|
||||
# Q> q> Q!> q!> | | "S>" is the same as "n"
|
||||
# J> j> J!> j!> | | "L>" is the same as "N"
|
||||
# | |
|
||||
# S< s< S!< s!< | Integer | same as the directives without "<" except
|
||||
# L< l< L!< l!< | | little endian
|
||||
# I!< i!< | |
|
||||
# Q< q< Q!< q!< | | "S<" is same as "v"
|
||||
# J< j< J!< j!< | | "L<" is same as "V"
|
||||
# Q< q< Q!< q!< | | "S<" is the same as "v"
|
||||
# J< j< J!< j!< | | "L<" is the same as "V"
|
||||
# | |
|
||||
# n | Integer | 16-bit unsigned, network (big-endian) byte order
|
||||
# N | Integer | 32-bit unsigned, network (big-endian) byte order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue