diff options
Diffstat (limited to 'library/src/compute/foundations.rs')
| -rw-r--r-- | library/src/compute/foundations.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/src/compute/foundations.rs b/library/src/compute/foundations.rs index a5d0586b..c51d5766 100644 --- a/library/src/compute/foundations.rs +++ b/library/src/compute/foundations.rs @@ -41,10 +41,10 @@ pub fn type_(args: &mut Args) -> SourceResult<Value> { /// /// ## Example /// ``` -/// { none } vs #repr(none) \ -/// { "hello" } vs #repr("hello") \ -/// { (1, 2) } vs #repr((1, 2)) \ -/// { [*Hi*] } vs #repr([*Hi*]) +/// #{ none } vs #repr(none) \ +/// #{ "hello" } vs #repr("hello") \ +/// #{ (1, 2) } vs #repr((1, 2)) \ +/// #{ [*Hi*] } vs #repr([*Hi*]) /// ``` /// /// ## Parameters |
