Skip to content

Commit

Permalink
✏ Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun committed Apr 6, 2024
1 parent 8654f4a commit 0cf0760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rs/src/phonotactics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl Phonotactic {
}
pub fn parse_syllables<'a>(&'a self, input: &'a String) -> IResult<&'a str, Phrase<&'a str>> {
self.definition
.as_str
.as_str()
.parse_tags(&input)
.map(|(r, p)| (r, p.with_postprocessing(&self.definition)))
}
Expand Down

0 comments on commit 0cf0760

Please sign in to comment.