From 3108ad7bf3dcae52054a1c29b86246cdb470000b Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Tue, 5 Jan 2021 15:13:53 +0100 Subject: [DOC] Fix grammar: "is same as" -> "is the same as" --- pack.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pack.rb') diff --git a/pack.rb b/pack.rb index a4723861d5..019fa80be4 100644 --- a/pack.rb +++ b/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 -- cgit v1.2.3