Skip to content

Commit

Permalink
Update docs/ko/reference/function/asyncNoop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 authored Dec 15, 2024
1 parent 174161d commit 9708d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/reference/function/asyncNoop.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function asyncNoop(): Promise<void>;

### 반환 값

(`Promise<void>`): 이 함수는 아무런 값도 resolve하지 않는 Promise를 반환해요.
(`Promise<void>`): `undefined`로 이행하는 `Promise`.

## 예시

Expand Down

0 comments on commit 9708d36

Please sign in to comment.