Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 22, 2024
1 parent 818f19c commit c01149d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,5 @@ Returns a string with extraneous whitespace removed.
Returns a new string with new lines inserted at the given length.

```cs
"This is a really really long string that will need to be broken up for whatever reason the caller has determined. Not out business as to why, but we can provide the functionality for them to do so.".wrap(80);
"This is a really really long string that will need to be broken up for whatever reason the caller has determined. Not our business as to why, but we can provide the functionality for them to do so.".wrap(80);
```

0 comments on commit c01149d

Please sign in to comment.