Fix double negative in documentation (#7711)
The double negative of not undefined conflicted with the example given in parens, This just removes the double negative to agree with the rest of the doc line. I have *not* audited to see if this ordering actually is strictly forced elsewhere. (Apologies for the smallest documentation pull request ever) * [x] I have followed the instructions in the PR template
This commit is contained in:
parent
787c467d30
commit
d06c28cb15
|
|
@ -11,7 +11,7 @@ use crate::{
|
|||
///
|
||||
/// You can show multiple modals on top of each other. The topmost modal will always be
|
||||
/// the most recently shown one.
|
||||
/// If multiple modals are newly shown in the same frame, the order of the modals not undefined
|
||||
/// If multiple modals are newly shown in the same frame, the order of the modals is undefined
|
||||
/// (either first or second could be top).
|
||||
pub struct Modal {
|
||||
pub area: Area,
|
||||
|
|
|
|||
Loading…
Reference in New Issue