From 8fbfa594e072aba384becaf5f4bd358bcc2ebc68 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Sun, 29 Jan 2023 12:43:44 +0100 Subject: Update docs so that the reference builds again --- library/src/compute/foundations.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library/src/compute') 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 { /// /// ## 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 -- cgit v1.2.3