3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-11-13 04:57:26 +01:00

Utils/Abbrev: fix minor type in description

This commit is contained in:
Pragmatic Software 2025-11-09 21:59:27 -08:00
parent b4cbb21386
commit fc059a3511
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE

View File

@ -1,6 +1,7 @@
# File: Abbrev.pm # 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 <pragma78@gmail.com> # SPDX-FileCopyrightText: 2017-2023 Pragmatic Software <pragma78@gmail.com>
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT