提交 21ad3558 编写于 作者: B bi-hu 提交者: 毕虎

fixed b6a1d553 from https://gitee.com/bi-hu-01/docs/pulls/12935

Modify the inaccurate description of the returned values of popFirst and popLast interfaces in the deque class
Signed-off-by: Nbi-hu <bihu@huawei.com>
https://gitee.com/openharmony/docs/issues/I67LJA
上级 f0c2df21
...@@ -171,7 +171,7 @@ popFirst(): T ...@@ -171,7 +171,7 @@ popFirst(): T
| 类型 | 说明 | | 类型 | 说明 |
| -------- | -------- | | -------- | -------- |
| T | 返回被删除的元素。 | | T | 返回被删除的元素。 |
**错误码:** **错误码:**
...@@ -205,7 +205,7 @@ popLast(): T ...@@ -205,7 +205,7 @@ popLast(): T
| 类型 | 说明 | | 类型 | 说明 |
| -------- | -------- | | -------- | -------- |
| T | 返回被删除的元素。 | | T | 返回被删除的元素。 |
**错误码:** **错误码:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册