Typos, fmt copyrigt header
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9f5f45aafe
commit
a25feda90e
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
// Copyright (c) 2023-2099 Crate Authors
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// Copyright (c) 2023-2099 Crate Authors This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
//! Scansion uses the `scansion:strict` XML attribute to change the way elements are being
|
||||
|
@ -196,7 +193,7 @@ impl<'a> PartialEq<Vec<Node>> for ScanNodes<'a, NonStrictComparison> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Custom Element implementation reimplementing P.unwrap() artialEq.
|
||||
/// Custom Element implementation reimplementing PartialEq.
|
||||
///
|
||||
/// Comparison between elements needs to take into accounts the `scansion:strict` attribute which
|
||||
/// changes the way the comparison is done.
|
||||
|
|
Loading…
Reference in a new issue