Skip to content

Commit

Permalink
Bugfix for text codeblock in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 18, 2023
1 parent c2de8be commit d9d94f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/identities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use core::ops::{Add, Mul};
///
/// # Laws
///
/// ```{.text}
/// ```text
/// a + 0 = a ∀ a ∈ Self
/// 0 + a = a ∀ a ∈ Self
/// ```
Expand Down Expand Up @@ -81,7 +81,7 @@ where
///
/// # Laws
///
/// ```{.text}
/// ```text
/// a * 1 = a ∀ a ∈ Self
/// 1 * a = a ∀ a ∈ Self
/// ```
Expand Down

0 comments on commit d9d94f8

Please sign in to comment.