Skip to content

Commit 38e79b6

Browse files
authored
Merge pull request #173 from mbland/strings-comments
Update stale/add @go.trim `lib/strings` header comment
2 parents a9e9ac2 + 7633fdb commit 38e79b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/strings

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
# @go.join
1010
# Joins multiple items into a string variable defined by the caller
1111
#
12+
# @go.trim
13+
# Trims the leading and trailing whitespace from a string
14+
#
1215
# @go.common_prefix
1316
# Determines the common prefix for a set of strings
1417
#
15-
# @go.remove_common_path_prefix
16-
# Removes the common path prefix from a set of file paths
18+
# @go.common_parent_path
19+
# Determines the common parent directory path from a set of file paths
1720
#
1821
# These functions help avoid `IFS`-related pitfalls as described by:
1922
#

0 commit comments

Comments
 (0)