Skip to content

Commit

Permalink
[ko] 주석에서 불필요한 부분 제거 (mdn#23851)
Browse files Browse the repository at this point in the history
주석에서 불필요한 부분 제거
  • Loading branch information
ICE0208 authored and sora32127 committed Oct 6, 2024
1 parent 22e7895 commit 9a7c25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ws.has(foo); // true
ws.has(bar); // true

ws.delete(foo); // set에서 foo를 제거
ws.has(foo); // false, foo 는 이미 제거has been removed
ws.has(foo); // false, foo 는 이미 제거
ws.has(bar); // true, bar 는 유지 됨
```

Expand Down

0 comments on commit 9a7c25f

Please sign in to comment.