Skip to content

Commit

Permalink
Update lib/str.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Skałka <[email protected]>
  • Loading branch information
blazejkustra and Skalakid authored Jun 4, 2024
1 parent 4518a02 commit 8c89c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/str.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const Str = {
* The ellipses will only be appended if @p text is longer than the @p length
* given.
*
* @param val The string to reduce in size.
* @param val The string to reduce in size.
* @param length The maximal length desired.
* @returns The shortened @p text.
*/
Expand Down

0 comments on commit 8c89c56

Please sign in to comment.