summaryrefslogtreecommitdiff
path: root/library/src/compute
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-01-29 12:43:44 +0100
committerMartin Haug <mhaug@live.de>2023-01-29 12:43:44 +0100
commit8fbfa594e072aba384becaf5f4bd358bcc2ebc68 (patch)
tree4ace0ac099e3767afbaca3951c314a05ca823e59 /library/src/compute
parent83b28e99aed4a168238148a56a5fe2e0bc91d01f (diff)
Update docs so that the reference builds again
Diffstat (limited to 'library/src/compute')
-rw-r--r--library/src/compute/foundations.rs8
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