Skip to content

Commit f80753f

Browse files
committed
feedback
1 parent 06a4ef9 commit f80753f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/fundamentals/gridfs.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ the ``GridFSBucket()`` constructor. The following table describes the properties
134134
The following example creates a bucket named ``"myCustomBucket"`` by passing an instance
135135
of the ``GridFSBucketOptions`` class to the ``GridFSBucket()`` constructor:
136136

137-
138137
.. literalinclude:: /includes/code-examples/GridFS.cs
139138
:language: csharp
140139
:dedent:
@@ -302,7 +301,7 @@ contents of a stream to a new GridFS file. These methods accept the following pa
302301
- *Optional.* An instance of the ``GridFSUploadOptions`` class that specifies the
303302
configuration for the upload stream. The default value is ``null``.
304303

305-
**Data type**: `GridFSUploadOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.GridFS.GridFSBucket.GridFSUploadOptions.html>`__
304+
**Data type**: `GridFSUploadOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.GridFS.GridFSUploadOptions.html>`__
306305

307306
* - ``cancellationToken``
308307
- *Optional.* A token that you can use to cancel the operation.
@@ -416,7 +415,7 @@ code.
416415

417416
To customize the download stream configuration, pass an instance of the
418417
``GridFSDownloadOptions`` class to the ``OpenDownloadStream()`` method. The
419-
``GridFSDownloadOptions`` class contains the following properties:
418+
``GridFSDownloadOptions`` class contains the following property:
420419

421420
.. list-table::
422421
:widths: 30 70

0 commit comments

Comments
 (0)