diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-24 15:05:59 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-24 15:05:59 +0200 |
| commit | f1025071edfb787309a75d4bb68bec0c2bd906bb (patch) | |
| tree | b28d6cf05b8a8f29acbfb44093e3c9bface802b6 /library/src/math/attach.rs | |
| parent | b96b7b7ee12a5d1c8e8c24c95b58b7ca03cec44b (diff) | |
Tidy up
Diffstat (limited to 'library/src/math/attach.rs')
| -rw-r--r-- | library/src/math/attach.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/library/src/math/attach.rs b/library/src/math/attach.rs index 158e5f0d..fedeb908 100644 --- a/library/src/math/attach.rs +++ b/library/src/math/attach.rs @@ -125,11 +125,10 @@ pub struct LimitsElem { #[required] pub body: Content, - /// Whether to apply limits in inline equations. + /// Whether to also force limits in inline equations. /// - /// It is useful to disable this setting - /// in most cases of applying limits globally - /// (inside show rules or new elements) + /// When applying limits globally (e.g., through a show rule), it is + /// typically a good idea to disable this. #[default(true)] pub inline: bool, } |
