From f6ca160b46a005bca30066f50787cde2e2954df1 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 28 Jan 2026 18:50:20 +0100 Subject: [PATCH] nihav_core/formats: correct spelling for one function --- nihav-core/src/formats.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nihav-core/src/formats.rs b/nihav-core/src/formats.rs index bdb0f40..80f8c78 100644 --- a/nihav-core/src/formats.rs +++ b/nihav-core/src/formats.rs @@ -146,8 +146,8 @@ pub enum NAChannelType { } impl NAChannelType { - /// Reports whether this is some center channel. - pub fn is_center(self) -> bool { + /// Reports whether this is some centre channel. + pub fn is_centre(self) -> bool { matches!(self, NAChannelType::C | NAChannelType::Ch | NAChannelType::Cl | NAChannelType::Ov | -- 2.39.5