diff options
Diffstat (limited to 'library/src/math/attach.rs')
| -rw-r--r-- | library/src/math/attach.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/src/math/attach.rs b/library/src/math/attach.rs index 0d774839..3f4d28d2 100644 --- a/library/src/math/attach.rs +++ b/library/src/math/attach.rs @@ -5,8 +5,7 @@ use super::*; /// /// ## Syntax /// This function also has dedicated syntax: Use the underscore (`_`) to -/// indicate a bottom attachment and the circumflex (`^`) to indicate a top -/// attachment. +/// indicate a bottom attachment and the hat (`^`) to indicate a top attachment. /// /// ## Example /// ``` |
