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/math/lr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src/math/lr.rs') diff --git a/library/src/math/lr.rs b/library/src/math/lr.rs index a33810df..30ff532a 100644 --- a/library/src/math/lr.rs +++ b/library/src/math/lr.rs @@ -12,7 +12,7 @@ pub(super) const DELIM_SHORT_FALL: Em = Em::new(0.1); /// ## Example /// ``` /// $ lr(]a, b/2]) $ -/// $ lr(]sum_(x=1)^n] x, #size: 50%) $ +/// $ lr(]sum_(x=1)^n] x, size: #50%) $ /// ``` /// /// ## Parameters -- cgit v1.2.3