fid typos [ci skip]

* fix typos, "a" before "Integer" to "an".  [Fix GH-1438]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-09-24 02:28:25 +00:00
parent 967c013391
commit 0cc169d1de
11 changed files with 17 additions and 14 deletions

View file

@ -4112,7 +4112,7 @@ int_le(VALUE x, VALUE y)
*
* One's complement: returns a number where each bit is flipped.
*
* Inverts the bits in a integer. As Integers are conceptually infinite
* Inverts the bits in an integer. As Integers are conceptually infinite
* length, the result acts as if it had an infinite number of one
* bits to the left. In hex representations, this is displayed
* as two periods to the left of the digits.