Skip to content

Commit ec5f8c2

Browse files
committed
Fix typo
1 parent 58e1215 commit ec5f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ However, in C, `nil` (`Qnil`) is true. That's why in C a Ruby-style macro,
398398
As in `Qnil` only the third lower bit is 1, in `~Qnil` only the third lower
399399
bit is 0. Then only `Qfalse` and `Qnil` become 0 with a bitwise and.
400400

401-
`!=0` has be added to be certain to only have 0 or 1, to satisfy the
401+
`!=0` has been added to be certain to only have 0 or 1, to satisfy the
402402
requirements of the glib library that only wants 0 or 1
403403
("[ruby-dev:11049]":http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/11049).
404404

0 commit comments

Comments
 (0)