mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1533 fix typo
X-SVN-Rev: 7004
This commit is contained in:
parent
0a450aa8ca
commit
9db9c6bea1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ StringMatcher::StringMatcher(const StringMatcher& o) :
|
|||
data(o.data),
|
||||
isSegment(o.isSegment),
|
||||
matchStart(o.matchStart),
|
||||
matchLimit(o.matchStart)
|
||||
matchLimit(o.matchLimit)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue