Fix doc links.

This commit is contained in:
Stephen Chung
2022-02-09 22:40:13 +08:00
parent e5a673b3ae
commit 8c5de09446
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ impl Engine {
/// ## Return value
///
/// * `Ok(true)`: continue with normal variable definition.
/// * `Ok(false)`: deny the variable definition with an [runtime error][EvalAltResult::ErrorRuntime].
/// * `Ok(false)`: deny the variable definition with an [runtime error][crate::EvalAltResult::ErrorRuntime].
///
/// ## Raising errors
///