diff options
| author | Martin Haug <mhaug@live.de> | 2023-01-29 23:26:31 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2023-01-29 23:26:31 +0100 |
| commit | c3b3bbb9f23604e9003c300cca6f6c7babe944fc (patch) | |
| tree | a25d527b903a84c491f5a886bad55132591aa268 /library/src/compute/construct.rs | |
| parent | c987f07b76b18d8762a0ef48740ecc71722540f0 (diff) | |
Update remaining examples
Diffstat (limited to 'library/src/compute/construct.rs')
| -rw-r--r-- | library/src/compute/construct.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/compute/construct.rs b/library/src/compute/construct.rs index 5a8aa05e..784513f6 100644 --- a/library/src/compute/construct.rs +++ b/library/src/compute/construct.rs @@ -16,7 +16,7 @@ use crate::prelude::*; /// #int(false) \ /// #int(true) \ /// #int(2.7) \ -/// { int("27") + int("4") } +/// #{ int("27") + int("4") } /// ``` /// /// ## Parameters @@ -331,7 +331,7 @@ pub fn label(args: &mut Args) -> SourceResult<Value> { /// The numbers 1 to 10. /// /// // Works with string methods. -/// { "a,b;c" +/// #{ "a,b;c" /// .split(regex("[,;]")) } /// ``` /// |
