Skip to content

Commit

Permalink
usage of assume_word_lowerenglish
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Jan 7, 2020
1 parent b95cebd commit 7092a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asdanaglib.adb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ is
begin
if ending /= index_t'First then
furPar := furthestParent (ending);
assume_word_lowerenglish(s, ending);
for i in reverse parent_t'First .. furPar loop
siftDown (s, ending, i);
end loop;
Expand Down

0 comments on commit 7092a08

Please sign in to comment.