From acf185fc33f23d2fea463b36beadb9c08f3e5eba Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Fri, 28 May 2010 14:04:33 -0400 Subject: [PATCH] minor: typo --- lib/bson.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bson.rb b/lib/bson.rb index 85bfe47..588936d 100644 --- a/lib/bson.rb +++ b/lib/bson.rb @@ -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. #