diff options
Diffstat (limited to 'ARMeilleure/Translation')
| -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> |
