Skip to content

Commit

Permalink
fix: opposite words in Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u authored and mfuji09 committed Nov 1, 2023
1 parent aa674c1 commit a3edac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ String.prototype.trimLeft.name === "trimStart";

### trimStart() の使用

次の例は `str` の末尾から空白を取り除きますが、先頭からは取り除きません
次の例は `str` の先頭から空白を取り除きますが、末尾からは取り除きません

```js-nolint
let str = " foo ";
Expand Down

0 comments on commit a3edac1

Please sign in to comment.