Skip to content

Commit e184088

Browse files
committed
added comment
1 parent f3076bf commit e184088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Bson/Serialization/Attributes/BsonTimeOnlyOptionsAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public BsonTimeOnlyOptionsAttribute(BsonType representation)
4444
/// Initializes a new instance of the BsonTimeOnlyOptionsAttribute class.
4545
/// </summary>
4646
/// <param name="representation">The external representation.</param>
47-
/// <param name="units">The TimeOnlyUnits.</param>
47+
/// <param name="units">The TimeOnlyUnits. Ignored if representation is BsonsType.Document.</param>
4848
public BsonTimeOnlyOptionsAttribute(BsonType representation, TimeOnlyUnits units)
4949
{
5050
_representation = representation;

0 commit comments

Comments
 (0)