diff options
author | Nicholas Rodine <halfofastaple@gmail.com> | 2022-08-19 16:21:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 18:21:06 -0300 |
commit | 7defc59b9dee5459e52f394642643dbd59c9b32f (patch) | |
tree | 37ee761db4901868a8b33ac47cb1571ce70618ab /ARMeilleure/Translation/IntervalTree.cs | |
parent | 951700fdd8f54fb34ffe8a3fb328a68b5bf37abe (diff) |
A few minor documentation fixes. (#3599)1.1.224
* A few minor documentation fixes.
* Removed more invalid inheritdoc instances.
Diffstat (limited to 'ARMeilleure/Translation/IntervalTree.cs')
-rw-r--r-- | ARMeilleure/Translation/IntervalTree.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/IntervalTree.cs b/ARMeilleure/Translation/IntervalTree.cs index 51b9a51f..10bab7ae 100644 --- a/ARMeilleure/Translation/IntervalTree.cs +++ b/ARMeilleure/Translation/IntervalTree.cs @@ -344,7 +344,7 @@ namespace ARMeilleure.Translation } /// <summary> - /// Removes the value from the dictionary after searching for it with <paramref name="key">. + /// Removes the value from the dictionary after searching for it with <paramref name="key"/>. /// </summary> /// <param name="key">Key to search for</param> /// <returns>Number of deleted values</returns> |