aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/manual/custom_rule.md
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/manual/custom_rule.md')
-rw-r--r--zh-cn/manual/custom_rule.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/manual/custom_rule.md b/zh-cn/manual/custom_rule.md
index 3ff6df21..94672884 100644
--- a/zh-cn/manual/custom_rule.md
+++ b/zh-cn/manual/custom_rule.md
@@ -32,7 +32,7 @@ target("test")
一个target可以叠加应用多个rules去更加定制化实现自己的构建行为,甚至支持不同的构建环境。
-<p class="tips">
+<p class="tip">
通过`add_files("*.md", {rule = "markdown"})`方式指定的规则,优先级高于`add_rules("markdown")`设置的规则。
</p>