Skip to content

Commit d9d94f8

Browse files
committed
Bugfix for text codeblock in documentation.
1 parent c2de8be commit d9d94f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/identities.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use core::ops::{Add, Mul};
55
///
66
/// # Laws
77
///
8-
/// ```{.text}
8+
/// ```text
99
/// a + 0 = a ∀ a ∈ Self
1010
/// 0 + a = a ∀ a ∈ Self
1111
/// ```
@@ -81,7 +81,7 @@ where
8181
///
8282
/// # Laws
8383
///
84-
/// ```{.text}
84+
/// ```text
8585
/// a * 1 = a ∀ a ∈ Self
8686
/// 1 * a = a ∀ a ∈ Self
8787
/// ```

0 commit comments

Comments
 (0)