diff --git a/src/element.rs b/src/element.rs index f304800..bcb79fd 100644 --- a/src/element.rs +++ b/src/element.rs @@ -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> 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.