diff options
Diffstat (limited to 'std/strings/README.md')
-rw-r--r-- | std/strings/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/strings/README.md b/std/strings/README.md index 7621248bb..43be553b8 100644 --- a/std/strings/README.md +++ b/std/strings/README.md @@ -21,6 +21,6 @@ pad("denosorusrex", 6, { side: "left", strict: true, strictSide: "right", - strictChar: "..." + strictChar: "...", }); // output : "den..." ``` |