Skip to content

Commit f46fc7a

Browse files
committed
Fixed typo
1 parent a892fbb commit f46fc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiTokenizer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace Lucene.Net.Analysis.Th
4848
/// <para/>
4949
/// Unlike the JDK, this implementation is guaranteed to be stable across all supported target frameworks.
5050
/// While it does use ICU4N's <see cref="RuleBasedBreakIterator"/>, this implementation doesn't follow
51-
/// the UAX #29 specification (http://unicode.org/reports/tr29) and is not guranteed to behave the same as
51+
/// the UAX #29 specification (http://unicode.org/reports/tr29) and is not guaranteed to behave the same as
5252
/// either the one in the JDK or in ICU4J.
5353
/// <para/>
5454
/// This implementation is provided primarily for API compatibility with Lucene. If strict Unicode compliance

0 commit comments

Comments
 (0)