Skip to content

Commit

Permalink
Update audiocontext readme (#14106)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuaxiang authored Jul 9, 2023
1 parent 7f470ee commit 456f229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/audiocontext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _也从其父接口继承方法 , {{domxref("BaseAudioContext")}}._
简单声明:

```js
var audioCtx = new AudioContext;
var audioCtx = new AudioContext();
```

跨浏览器的方式:
Expand Down

0 comments on commit 456f229

Please sign in to comment.