yandex / pire

Perl Incompatible Regular Expressions library
http://github.com/dprokoptsev/pire/wiki
Other
330 stars 30 forks source link

typo in docs #13

Closed starius closed 9 years ago

starius commented 9 years ago

pire/fsm.h: /// Creates an FSM which matches any suffix of any word current FSM matches. void MakePrefix(); /// Creates an FSM which matches any suffix of any word current FSM matches. void MakeSuffix();

dprokoptsev commented 9 years ago

Fixed.