From 22d680c29691d3cb0ec585f43c5a0a39d404fef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Fern=C3=A1ndez?= Date: Mon, 13 Dec 2021 19:04:59 +0100 Subject: [PATCH] fix invalid id, this must be a class (#7508) --- helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.md b/helpers.md index e917e8061f..f1f3a815a8 100644 --- a/helpers.md +++ b/helpers.md @@ -1580,7 +1580,7 @@ The `Str::replaceLast` method replaces the last occurrence of a given value in a -#### `Str::reverse()` {#collection-method} +#### `Str::reverse()` {.collection-method} The `Str::reverse` method reverses the given string: