Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jul 29, 2023
1 parent ed18266 commit 433ffb0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ cancel 用于在不再需要来自一个流的任何数据的情况下完全结
## 语法

```js
cancel();
cancel(reason);
```js-nolint
cancel()
cancel(reason)
```

### 参数
Expand Down

0 comments on commit 433ffb0

Please sign in to comment.