Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byronhe authored Sep 4, 2019
1 parent 866d0e8 commit 55a94b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cppjieba/FullSegment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class FullSegment: public SegmentBase {
void Cut(RuneStrArray::const_iterator begin,
RuneStrArray::const_iterator end,
vector<WordRange>& res) const {
// resut of searching in trie tree
// result of searching in trie tree
LocalVector<pair<size_t, const DictUnit*> > tRes;

// max index of res's words
Expand Down

0 comments on commit 55a94b4

Please sign in to comment.