aboutsummaryrefslogtreecommitdiff
path: root/manual/custom_rule.md
diff options
context:
space:
mode:
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>