Skip to content

Commit

Permalink
docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Aug 12, 2023
1 parent 21ffcec commit f422bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace SCFirstOrderLogic.TermIndexing
{
/// <summary>
/// An implementation of an in-memory discrimination tree for <see cref="Term"/>s - specifically, one for which the attached values are the terms themselves.
/// An implementation of a discrimination tree for <see cref="Term"/>s - specifically, one for which the attached values are the terms themselves.
/// </summary>
/// <seealso href="https://www.google.com/search?q=discrimination+tree"/>
public class AsyncDiscriminationTree
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace SCFirstOrderLogic.TermIndexing
{
/// <summary>
/// An implementation of an in-memory discrimination tree for <see cref="Term"/>s.
/// An implementation of a discrimination tree for <see cref="Term"/>s.
/// </summary>
/// <typeparam name="TValue">The type of value attached for each term.</typeparam>
/// <seealso href="https://www.google.com/search?q=discrimination+tree"/>
Expand Down

0 comments on commit f422bd5

Please sign in to comment.