Skip to content

Commit 32d3a3e

Browse files
authored
Update tests/MongoDB.Bson.Tests/Serialization/Serializers/DiscriminatorTests.cs
1 parent 6446d0a commit 32d3a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Bson.Tests/Serialization/Serializers/DiscriminatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private class H : G
6767
{
6868
}
6969

70-
// BaseDocument, BasedDocument and derived classes are used for tests with generic types
70+
// BaseDocument and derived classes are used for tests with generic types
7171
// It's necessary to specify the derived specific types with BsonKnownTypes for the deserialization to work.
7272
[BsonKnownTypes(typeof(DerivedDocument<int>))]
7373
[BsonKnownTypes(typeof(DerivedDocument<List<Dictionary<string, int>>>))]

0 commit comments

Comments
 (0)