diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-31 13:00:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-31 13:00:20 +0100 |
| commit | c2bd114914513c8ff450b9dcc67aa9b17cf275e1 (patch) | |
| tree | 7eab496ff3c1b38afb63881eca400bf7cd553aba /library/src/math/attach.rs | |
| parent | 69985e59bc13a19ad9aa3530d5e208460528ef1b (diff) | |
Symbol improvements
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 /// ``` |
