Skip to content

Commit 0908cb0

Browse files
committed
Fix Sandcastle warning.
1 parent 60ff1cc commit 0908cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Bson/Serialization/Serializers/CharSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public CharSerializer()
4141

4242
/// <summary>
4343
/// Initializes a new instance of the <see cref="CharSerializer"/> class.
44-
/// <param name="representation">The representation.</param>
4544
/// </summary>
45+
/// <param name="representation">The representation.</param>
4646
public CharSerializer(BsonType representation)
4747
: this(representation, new RepresentationConverter(false, false))
4848
{

0 commit comments

Comments
 (0)