There was an error while loading. Please reload this page.
1 parent a892fbb commit f46fc7aCopy full SHA for f46fc7a
1 file changed
src/Lucene.Net.Analysis.Common/Analysis/Th/ThaiTokenizer.cs
@@ -48,7 +48,7 @@ namespace Lucene.Net.Analysis.Th
48
/// <para/>
49
/// Unlike the JDK, this implementation is guaranteed to be stable across all supported target frameworks.
50
/// 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
+ /// the UAX #29 specification (http://unicode.org/reports/tr29) and is not guaranteed to behave the same as
52
/// either the one in the JDK or in ICU4J.
53
54
/// This implementation is provided primarily for API compatibility with Lucene. If strict Unicode compliance
0 commit comments