提交 47e09afb 编写于 作者: L liyuhang

Release Change colon to equal sign, fix spelling errors

Signed-off-by: Nliyuhang <liyuhang24@huawei.com>
Change-Id: Ieed78639053c90ffc9755d2a63874d3d05431358
上级 f5b7fc8c
......@@ -88,7 +88,7 @@ To enable an audio and video application to access the AVSession service as a pr
```ts
// It is assumed that an AVSession object has been created. For details about how to create an AVSession object, see the node snippet above.
let session: AVSessionManager.AVSession = ALLREADY_CREATE_A_SESSION;
let wantAgentInfo: {
let wantAgentInfo = {
wants: [
{
bundleName: "com.example.musicdemo",
......
......@@ -88,7 +88,7 @@
```ts
// 假设已经创建了一个session,如何创建session可以参考之前的案例
let session: AVSessionManager.AVSession = ALLREADY_CREATE_A_SESSION;
let wantAgentInfo: {
let wantAgentInfo = {
wants: [
{
bundleName: "com.example.musicdemo",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册