提交 191e8722 编写于 作者: S shawn_he

update docs

Signed-off-by: Nshawn_he <shawn.he@huawei.com>
上级 8c4280f4
...@@ -408,7 +408,7 @@ Checks whether the current device supports 5G \(NR\). ...@@ -408,7 +408,7 @@ Checks whether the current device supports 5G \(NR\).
```js ```js
let slotId = 0; let slotId = 0;
let result = radio.isNrSupported(slotId); let result = radio.isNrSupported(slotId);
console.log(result); console.log("result is "+ result);
``` ```
......
...@@ -521,7 +521,7 @@ Obtains the number of card slots. ...@@ -521,7 +521,7 @@ Obtains the number of card slots.
**Example** **Example**
```js ```js
console.log(sim.getMaxSimCount()) console.log("the result is "+sim.getMaxSimCount())
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册