Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Dec 2, 2023
1 parent 8161e96 commit c8264a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnitTestEx/Abstractions/TesterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ public string UserName
/// <summary>
/// Gets the <see cref="IJsonSerializer"/> <i>not</i> from the underlying host.
/// </summary>
/// <remarks>Defaults to <see cref="TestSetUp.JsonSerializer"/>. To change the <see cref="IJsonSerializer"/> use the <see cref="TesterBase{TSelf}.UseJsonSerializer(IJsonSerializer)"/> method. This does <i>not</i> use the
/// <remarks>Defaults to <see cref="TestSetUp.JsonSerializer"/>. To change the <see cref="IJsonSerializer"/> use the <see cref="TesterBase{TSelf}.UseJsonSerializer"/> method. This does <i>not</i> use the
/// instance from the underlying host as a different serializer may be required or may not have been configured.</remarks>
public IJsonSerializer JsonSerializer { get; internal set; }

/// <summary>
/// Gets the <see cref="JsonElementComparerOptions"/> <i>not</i> from the underlying host.
/// </summary>
/// <remarks>Defaults to <see cref="TestSetUp.JsonSerializer"/>. To change the <see cref="IJsonSerializer"/> use the <see cref="TesterBase{TSelf}.UseJsonSerializer(IJsonSerializer)"/> method. This does <i>not</i> use the
/// <remarks>Defaults to <see cref="TestSetUp.JsonSerializer"/>. To change the <see cref="IJsonSerializer"/> use the <see cref="TesterBase{TSelf}.UseJsonSerializer"/> method. This does <i>not</i> use the
/// instance from the underlying host as a different serializer may be required or may not have been configured.</remarks>
public JsonElementComparerOptions JsonComparerOptions { get; internal set; }

Expand Down

0 comments on commit c8264a3

Please sign in to comment.