diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-06-24 14:33:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 14:33:17 +0200 |
| commit | b96b7b7ee12a5d1c8e8c24c95b58b7ca03cec44b (patch) | |
| tree | a8884268565be8540c509e53f0fdbccd5e73b89f /library/src/math/attach.rs | |
| parent | 48c25f4da01aa5cbd5e49145f591c85b676e8a54 (diff) | |
Use third person in documentation (#1560)
Diffstat (limited to 'library/src/math/attach.rs')
| -rw-r--r-- | library/src/math/attach.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/math/attach.rs b/library/src/math/attach.rs index 340dd21e..158e5f0d 100644 --- a/library/src/math/attach.rs +++ b/library/src/math/attach.rs @@ -84,7 +84,7 @@ impl LayoutMath for AttachElem { } } -/// Force a base to display attachments as scripts. +/// Forces a base to display attachments as scripts. /// /// ## Example { #example } /// ```example @@ -110,7 +110,7 @@ impl LayoutMath for ScriptsElem { } } -/// Force a base to display attachments as limits. +/// Forces a base to display attachments as limits. /// /// ## Example { #example } /// ```example |
