Skip to content

Commit

Permalink
Fix typo in listObjects{v2} API in Chinese docs. (#661)
Browse files Browse the repository at this point in the history
`.key` should be `.name`.
  • Loading branch information
dingjs authored and kannappanr committed Feb 9, 2018
1 parent ccd2c23 commit 4fb0282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/zh_CN/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ __返回值__

| 参数 | 类型 | 描述 |
| ---- | ---- | ---- |
| `obj.key` | _string_ | 对象名称。 |
| `obj.name` | _string_ | 对象名称。 |
| `obj.prefix` | _string_ | 对象名称的前缀。 |
| `obj.size` | _number_ | 对象的大小。 |
| `obj.etag` | _string_ |对象的etag值。 |
| `obj.lastModified` | _Date_ | 最后修改时间。 |
Expand Down Expand Up @@ -277,7 +278,8 @@ __返回值__

| 参数 | 类型 | 描述 |
| ---- | ---- | ---- |
| `obj.key` | _string_ | 对象名称。 |
| `obj.name` | _string_ | 对象名称。 |
| `obj.prefix` | _string_ | 对象名称的前缀。 |
| `obj.size` | _number_ | 对象的大小。 |
| `obj.etag` | _string_ |对象的etag值。 |
| `obj.lastModified` | _Date_ | 最后修改时间。 |
Expand Down

0 comments on commit 4fb0282

Please sign in to comment.