From fc059a35113194c155443140289068001713f38c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 9 Nov 2025 21:59:27 -0800 Subject: [PATCH] Utils/Abbrev: fix minor type in description --- lib/PBot/Core/Utils/Abbrev.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/PBot/Core/Utils/Abbrev.pm b/lib/PBot/Core/Utils/Abbrev.pm index 8d4100b4..20706f1f 100644 --- a/lib/PBot/Core/Utils/Abbrev.pm +++ b/lib/PBot/Core/Utils/Abbrev.pm @@ -1,6 +1,7 @@ # File: Abbrev.pm # -# Purpose: Utils to check is a string is an abbreviation of another string. +# Purpose: Check if a string is an abbreviation of another string or list +# of strings. # SPDX-FileCopyrightText: 2017-2023 Pragmatic Software # SPDX-License-Identifier: MIT