Skip to content

Commit

Permalink
Fix Sandcastle warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed Oct 6, 2023
1 parent 60ff1cc commit 0908cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public CharSerializer()

/// <summary>
/// Initializes a new instance of the <see cref="CharSerializer"/> class.
/// <param name="representation">The representation.</param>
/// </summary>
/// <param name="representation">The representation.</param>
public CharSerializer(BsonType representation)
: this(representation, new RepresentationConverter(false, false))
{
Expand Down

0 comments on commit 0908cb0

Please sign in to comment.