Skip to content

Commit

Permalink
Fix xml documentation
Browse files Browse the repository at this point in the history
Co-authored-by: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com>
  • Loading branch information
ITaluone and IT-VBFK committed Jun 23, 2024
1 parent f929234 commit 50b1f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Formatting/Formatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static void Format(object value, FormattedObjectGraph output, Formatting
}

/// <summary>
/// Removes a custom formatter that was previously added though <see cref="AddFormatter"/>.
/// Removes a custom formatter that was previously added through <see cref="Formatter.AddFormatter"/>.
/// </summary>
/// <remarks>
/// This method is not thread-safe and should not be invoked from within a unit test.
Expand Down
2 changes: 1 addition & 1 deletion Src/FluentAssertions/Formatting/FormattingOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class FormattingOptions
public int MaxLines { get; set; } = 100;

/// <summary>
/// Removes a scoped formatter that was previously added though <see cref="AddFormatter"/>.
/// Removes a scoped formatter that was previously added through <see cref="FormattingOptions.AddFormatter"/>.
/// </summary>
/// <param name="formatter">A custom implementation of <see cref="IValueFormatter"/></param>
public void RemoveFormatter(IValueFormatter formatter)
Expand Down

0 comments on commit 50b1f2c

Please sign in to comment.