Skip to content

Commit

Permalink
Document that string reverse was introduced in version 3 of ext.strin…
Browse files Browse the repository at this point in the history
…gs (#824)
  • Loading branch information
jpbetz authored Aug 23, 2023
1 parent dd6d31d commit 509c1d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ const (
//
// # Reverse
//
// Introduced at version: 3
//
// Returns a new string whose characters are the same as the target string, only formatted in
// reverse order.
// This function relies on converting strings to rune arrays in order to reverse
Expand Down

0 comments on commit 509c1d6

Please sign in to comment.