Skip to content

Commit

Permalink
xml doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jul 7, 2024
1 parent 0082308 commit 5dddba0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace SCFirstOrderLogic.SentenceFormatting;

/// <summary>
/// Composite <see cref="ILabeller"/> implementation that can use a different sub-labeller
/// for different object types. Falls back to <see cref="object.ToString"/> for identifiers
/// of types for which no labeller is registered.
/// Composite <see cref="ILabeller"/> implementation that can use a different labeller
/// for different identifier types. Falls back to <see cref="object.ToString"/> for types
/// for which no labeller is registered.
/// </summary>
public class ByTypeLabeller : ILabeller
{
Expand Down

0 comments on commit 5dddba0

Please sign in to comment.