Typos, fmt copyrigt header

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-07-27 21:31:27 +02:00
parent 9f5f45aafe
commit a25feda90e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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.