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 Oct 31, 2023
1 parent da1a0f8 commit 06236c3
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 06236c3

Please sign in to comment.