summaryrefslogtreecommitdiff
path: root/library/src/math/attach.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/attach.rs')
-rw-r--r--library/src/math/attach.rs3
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
/// ```