Skip to content

Commit 7785577

Browse files
authored
docs: fix incorrect package description in string/left-trim-n
PR-URL: #2736 --------- Signed-off-by: Snehil Shah <snehilshah.989@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0be3828 commit 7785577

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/string/left-trim-n

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/left-trim-n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# ltrimN
2222

23-
> Trim `n` characters from the end of a string.
23+
> Trim `n` characters from the beginning of a string.
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

0 commit comments

Comments
 (0)