aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
diff options
context:
space:
mode:
authorwd <1348624126@qq.com>2021-07-13 14:58:05 +0800
committerGitHub <noreply@github.com>2021-07-13 14:58:05 +0800
commit51c60ff2b4bd49f888aa9e11471e66bb7569556a (patch)
treea103cf98c7b2c7a0b48b24c1ae314fc50d4e070e /files/zh-cn/web
parent501ab787555f6c65492ee40d2f5e097ecdbe3e3d (diff)
downloadtranslated-content-51c60ff2b4bd49f888aa9e11471e66bb7569556a.tar.gz
translated-content-51c60ff2b4bd49f888aa9e11471e66bb7569556a.tar.bz2
translated-content-51c60ff2b4bd49f888aa9e11471e66bb7569556a.zip
Update index.html (#1498)
A problem in Chinese translation
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r--files/zh-cn/web/api/idbcursor/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/idbcursor/index.html b/files/zh-cn/web/api/idbcursor/index.html
index bb8b1ef16f..7c0d2e67cf 100644
--- a/files/zh-cn/web/api/idbcursor/index.html
+++ b/files/zh-cn/web/api/idbcursor/index.html
@@ -35,7 +35,7 @@ translation_of: Web/API/IDBCursor
<dt>{{domxref("IDBCursor.direction")}} {{readonlyInline}}</dt>
<dd>返回光标遍历方向。请查看<a href="#const_next"> 常数</a> 中可能的值。</dd>
<dt>{{domxref("IDBCursor.key")}} {{readonlyInline}}</dt>
- <dd>返回记录中游标位置的有效主键。如果游标在区间之外,将会设置成 <code>undefined</code>。游标主键可以是任意的时间类型(data type)。</dd>
+ <dd>返回记录中游标位置的有效主键。如果游标在区间之外,将会设置成 <code>undefined</code>。游标主键可以是任意的数据类型(data type)。</dd>
<dt>{{domxref("IDBCursor.primaryKey")}} {{readonlyInline}}</dt>
<dd>返回游标当前有效的主键。如果游标当前正在被迭代或者已经在迭代在区间范围外,将会被设置成 <code>undefined</code> 。 游标主键可以是任意的时间类型(data type)。</dd>
</dl>