Skip to content

Commit

Permalink
주석에서 불필요한 부분 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ICE0208 authored Sep 29, 2024
1 parent 34e8850 commit f841edf
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 f841edf

Please sign in to comment.