Skip to content

Commit

Permalink
docs typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Aug 12, 2023
1 parent 46cb9a9 commit a9fb107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace SCFirstOrderLogic.TermIndexing
/// <para>
/// NB: If you are using this type, you might as well be using <see cref="DiscriminationTree{TValue}"/> to avoid the overhead of asynchronicity.
/// <see cref="AsyncDiscriminationTree{TValue}"/> is intended to facilitate indices that use secondary storage - this type is just an example
/// node implementation to base real (secondary storage utilising) node implmentations on.
/// node implementation to base real (secondary storage utilising) node implementations on.
/// </para>
/// </summary>
/// <typeparam name="TValue">The type of value attached for each term.</typeparam>
Expand Down

0 comments on commit a9fb107

Please sign in to comment.