From f53f9f936699d0271eaf597a130a7187da3a613d Mon Sep 17 00:00:00 2001 From: Simran Date: Thu, 14 Dec 2023 16:42:57 +0100 Subject: [PATCH] Fix description of strings.HasSuffix --- content/en/functions/strings/HasSuffix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/strings/HasSuffix.md b/content/en/functions/strings/HasSuffix.md index e7f253ce9..8fb12c527 100644 --- a/content/en/functions/strings/HasSuffix.md +++ b/content/en/functions/strings/HasSuffix.md @@ -1,6 +1,6 @@ --- title: strings.HasSuffix -description: Reports whether the given string begins with the given suffix. +description: Reports whether the given string ends with the given suffix. categories: [] keywords: [] action: