Skip to content

Commit

Permalink
ja: auto-fix Markdownlint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot authored and mfuji09 committed Oct 7, 2024
1 parent 2fd1b1f commit e5bdfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ja/web/javascript/reference/global_objects/map/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ const keyFunc = function () {};

// 値を設定する
myMap.set(keyString, "'文字列' と結び付けられた値");
myMap.set(keyObj, 'keyObj と結び付けられた値');
myMap.set(keyFunc, 'keyFunc と結び付けられた値');
myMap.set(keyObj, "keyObj と結び付けられた値");
myMap.set(keyFunc, "keyFunc と結び付けられた値");

console.log(myMap.size); // 3

Expand Down

0 comments on commit e5bdfca

Please sign in to comment.