minor: typo

This commit is contained in:
Kyle Banker 2010-05-28 14:04:07 -04:00
parent 99c2d1463e
commit 84e72e4e08
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module BSON
end
# Reads a single BSON document from an IO object.
# This method is used in the binary b2json, bundled with
# This method is used in the executable b2json, bundled with
# the bson gem, for reading a file full of bson documents.
#
# @param [IO] io an io object containing a bson object.