From 8a8a33e15e8f6c3c66ad16c312adf76a29193942 Mon Sep 17 00:00:00 2001 From: Rajan Patel Date: Fri, 22 May 2026 16:49:47 -0400 Subject: [PATCH] Fix regex for 'viz' in Latinisms YAML --- styles/Canonical/025a-latinisms-with-english-equivalents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Canonical/025a-latinisms-with-english-equivalents.yml b/styles/Canonical/025a-latinisms-with-english-equivalents.yml index a20b349..544051e 100644 --- a/styles/Canonical/025a-latinisms-with-english-equivalents.yml +++ b/styles/Canonical/025a-latinisms-with-english-equivalents.yml @@ -29,4 +29,4 @@ swap: \bstatus\squo\b: "'state' or 'state of things'" \b(?:versus|vs\.(?!\w)|vs(?![\.\w])): "'compared to/with' or 'opposed to'" \bvice\sversa\b: "'the reverse' or 'the other way around'" - \b(viz\.(?!\w)|viz(?![\w\.])): "'specifically' or 'namely'" + \b(?:viz\.(?!\w)|viz(?![\w\.])): "'specifically' or 'namely'"