Skip to content

Commit 9146269

Browse files
authored
Fix typo in docblock
1 parent e0f32a6 commit 9146269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/gridfs/gridfs-spec.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ File Upload
498498
* it creates a files collection document for @filename in the files collection.
499499
*
500500
* Note: there is no need to return the id of the uploaded file because the application
501-
* already supplied it as a a parameter.
501+
* already supplied it as a parameter.
502502
*/
503503
void upload_from_stream_with_id(TFileId id, string filename, Stream source, GridFSUploadOptions options=null);
504504
}
@@ -1210,4 +1210,4 @@ Changes
12101210
- 2016-10-07 Modified a JSON test that was testing optional behavior
12111211
- 2018-01-31 Deprecated MD5, and specified an option to disable MD5 until removed
12121212
- 2018-07-05 Must not use 'filemd5'
1213-
- 2020-01-17 Added allowDiskUse to GridFSFindOptions
1213+
- 2020-01-17 Added allowDiskUse to GridFSFindOptions

0 commit comments

Comments
 (0)