aboutsummaryrefslogtreecommitdiff
path: root/manual/custom_rule.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
committerruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
commit2971f432b0da0d787507ed098d5bbfd417d6f949 (patch)
treebb8fe6136941f18c88e4ac054510a0974eca6639 /manual/custom_rule.md
parent151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff)
downloadxmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz
xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip
fix tip and warn
Diffstat (limited to 'manual/custom_rule.md')
-rw-r--r--manual/custom_rule.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/custom_rule.md b/manual/custom_rule.md
index 8da399f5..a981177a 100644
--- a/manual/custom_rule.md
+++ b/manual/custom_rule.md
@@ -32,7 +32,7 @@ target("test")
A target can be superimposed to apply multiple rules to more customize its own build behavior, and even support different build environments.
-<p class="tips">
+<p class="tip">
Rules specified by `add_files("*.md", {rule = "markdown"})`, with a higher priority than the rule set by `add_rules("markdown")`.
</p>