We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471c173 commit 61ed7a9Copy full SHA for 61ed7a9
docs/tutorials/ruby-driver-gridfs.txt
@@ -20,7 +20,7 @@ Creating a GridFS object ("Grid::FSBucket")
20
You can create a GridFS object by calling ``fs`` on a database, with optional
21
arguments. ``fs`` returns a ``Grid::FSBucket`` object.
22
23
-The options that ``GridFS::Bucket`` supports are:
+The options that ``Grid::FSBucket`` supports are:
24
25
.. list-table::
26
:header-rows: 1
lib/mongo/error/closed_stream.rb
@@ -15,7 +15,7 @@
15
module Mongo
16
class Error
17
18
- # Raised if the GridFS::Stream object is closed and an operation is attempted.
+ # Raised if the Grid::FSBucket::Stream object is closed and an operation is attempted.
19
#
# @since 2.1.0
class ClosedStream < Error
0 commit comments