minor: typo

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

View File

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