Skip to content

Commit 7a8754e

Browse files
committed
Add missing period
1 parent af7f77a commit 7a8754e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/string/docs/types

lib/node_modules/@stdlib/string/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ interface Namespace {
760760
substringAfter: typeof substringAfter;
761761

762762
/**
763-
* Returns the part of a string after the last occurrence of a specified substring
763+
* Returns the part of a string after the last occurrence of a specified substring.
764764
*
765765
* @param str - input string
766766
* @param search - search value

0 commit comments

Comments
 (0)