aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuuug7 <youpp@126.com>2021-01-23 13:57:21 +0800
committerGitHub <noreply@github.com>2021-01-23 13:57:21 +0800
commitb2eadc4a758363ef29f9ef8a013d8eb7f25e90dd (patch)
treedfb4fdbfdb9e429011295bb5d15871c4aae122e7
parentaca9b345c51d6dc4ae13afb32ad34862e7155f23 (diff)
downloadtranslated-content-b2eadc4a758363ef29f9ef8a013d8eb7f25e90dd.tar.gz
translated-content-b2eadc4a758363ef29f9ef8a013d8eb7f25e90dd.tar.bz2
translated-content-b2eadc4a758363ef29f9ef8a013d8eb7f25e90dd.zip
fix translation error
-rw-r--r--files/zh-cn/glossary/class/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/glossary/class/index.html b/files/zh-cn/glossary/class/index.html
index 4713a85601..4fcd51f5b1 100644
--- a/files/zh-cn/glossary/class/index.html
+++ b/files/zh-cn/glossary/class/index.html
@@ -5,7 +5,7 @@ tags:
- 编码脚本
- 术语表
---
-<p>在面向对象编程中({{glossary("OOP","object-oriented programming")}}), 一个类 <em>类</em> 定义了一个对象({{glossary("object","object's")}})的特征. 类是定义对象属性({{glossary("property","properties")}})和方法({{glossary("method","methods")}})的模板, 是用来绘制具体对象实例的“蓝图”.</p>
+<p>在面向对象编程中({{glossary("OOP","object-oriented programming")}}), 一个 <em>类</em> 定义了一个对象({{glossary("object","object's")}})的特征. 类是定义对象属性({{glossary("property","properties")}})和方法({{glossary("method","methods")}})的模板, 是用来绘制具体对象实例的“蓝图”.</p>
<h2 id="Learn_More">了解更多</h2>