Skip to content

Commit 61ed7a9

Browse files
committed
Fix GridFS namespacing typos
1 parent 471c173 commit 61ed7a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/ruby-driver-gridfs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Creating a GridFS object ("Grid::FSBucket")
2020
You can create a GridFS object by calling ``fs`` on a database, with optional
2121
arguments. ``fs`` returns a ``Grid::FSBucket`` object.
2222

23-
The options that ``GridFS::Bucket`` supports are:
23+
The options that ``Grid::FSBucket`` supports are:
2424

2525
.. list-table::
2626
:header-rows: 1

lib/mongo/error/closed_stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module Mongo
1616
class Error
1717

18-
# Raised if the GridFS::Stream object is closed and an operation is attempted.
18+
# Raised if the Grid::FSBucket::Stream object is closed and an operation is attempted.
1919
#
2020
# @since 2.1.0
2121
class ClosedStream < Error

0 commit comments

Comments
 (0)