diff options
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/shift.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/src/text/shift.rs b/library/src/text/shift.rs index 611ed455..81b3c115 100644 --- a/library/src/text/shift.rs +++ b/library/src/text/shift.rs @@ -9,9 +9,6 @@ use crate::prelude::*; /// /// The text is rendered smaller and its baseline is lowered. /// -/// _Note:_ In the future, this might be unified with the [script](@script) -/// function that handles subscripts in math. -/// /// ## Example /// ``` /// Revenue#sub[yearly] @@ -93,9 +90,6 @@ impl Show for SubNode { /// /// The text is rendered smaller and its baseline is raised. /// -/// _Note:_ In the future, this might be unified with the [script](@script) -/// function that handles superscripts in math. -/// /// ## Example /// ``` /// 1#super[st] try! |
