Skip to content

Commit 509c1d6

Browse files
authored
Document that string reverse was introduced in version 3 of ext.strings (#824)
1 parent dd6d31d commit 509c1d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎ext/strings.go‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ const (
272272
//
273273
// # Reverse
274274
//
275+
// Introduced at version: 3
276+
//
275277
// Returns a new string whose characters are the same as the target string, only formatted in
276278
// reverse order.
277279
// This function relies on converting strings to rune arrays in order to reverse

0 commit comments

Comments
 (0)