From a25feda90e49a163cfd1c1041244d5e3e04c4628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 27 Jul 2023 21:31:27 +0200 Subject: [PATCH] Typos, fmt copyrigt header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- src/element.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.