diff --git a/src/MongoDB.Bson/Serialization/IBsonIdProvider.cs b/src/MongoDB.Bson/Serialization/IBsonIdProvider.cs index 6cb9ba4a811..b56a3d32493 100644 --- a/src/MongoDB.Bson/Serialization/IBsonIdProvider.cs +++ b/src/MongoDB.Bson/Serialization/IBsonIdProvider.cs @@ -29,7 +29,7 @@ public interface IBsonIdProvider /// The Id. /// The nominal type of the Id. /// The IdGenerator for the Id type. - /// True if the document has an Id. + /// True if the document has an Id field (regardless of the value). bool GetDocumentId(object document, out object id, out Type idNominalType, out IIdGenerator idGenerator); ///