Skip to content

Commit

Permalink
Really really tiny mini docs comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonz committed Oct 24, 2024
1 parent c2bf5f8 commit 4366925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.luau
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export type HandyNet = {
네임스페이스에 새로운 이벤트를 정의합니다.
```luau
HandyNet.defineEvent(신뢰성) -- 기본값: "reliable"
HandyNet.defineEvent(신뢰성) -- 기본 신뢰성: "reliable"
```
]=]
defineEvent: (reliability: ("reliable" | "unreliable")?) -> (Event),
Expand Down

0 comments on commit 4366925

Please sign in to comment.