This commit is contained in:
vms
2020-09-20 21:53:03 +03:00
parent d622dc7b39
commit 0bae64ad3c
21 changed files with 624 additions and 350 deletions

View File

@ -43,7 +43,7 @@ macro_rules! consume {
///
/// # Example
///
/// The following example creates a `foo` executable instruction,
/// The following example creates a `foo` executable instruction.clone(),
/// which takes 2 arguments (`x` and `y`), and does something
/// mysterious by using the `interpreter::Runtime` API.
///