Minor cleanup.

This commit is contained in:
Stephen Chung
2022-05-02 12:14:53 +08:00
parent c69f98c2c4
commit 4f74d2f96a
3 changed files with 9 additions and 17 deletions

View File

@@ -331,7 +331,7 @@ impl Engine {
///
/// The implementation function has the following signature:
///
/// > `Fn(symbols: &[ImmutableString], look_ahead: &str) -> Result<Option<ImmutableString>, ParseError>`
/// `Fn(symbols: &[ImmutableString], look_ahead: &str) -> Result<Option<ImmutableString>, ParseError>`
///
/// where:
/// * `symbols`: a slice of symbols that have been parsed so far, possibly containing `$expr$` and/or `$block$`;