Skip to content

Commit aa24ab4

Browse files
committed
CSHARP-5734: Update doc comments for IBsonIdProvider GetDocumentId method
1 parent dd3f679 commit aa24ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Bson/Serialization/IBsonIdProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface IBsonIdProvider
2929
/// <param name="id">The Id.</param>
3030
/// <param name="idNominalType">The nominal type of the Id.</param>
3131
/// <param name="idGenerator">The IdGenerator for the Id type.</param>
32-
/// <returns>True if the document has an Id.</returns>
32+
/// <returns>True if the document has an Id field (regardless of the value).</returns>
3333
bool GetDocumentId(object document, out object id, out Type idNominalType, out IIdGenerator idGenerator);
3434

3535
/// <summary>

0 commit comments

Comments
 (0)