aboutsummaryrefslogtreecommitdiff
path: root/manual/global_interfaces.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/global_interfaces.md')
-rw-r--r--manual/global_interfaces.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/global_interfaces.md b/manual/global_interfaces.md
index 11b4ddb8..94f7c427 100644
--- a/manual/global_interfaces.md
+++ b/manual/global_interfaces.md
@@ -112,7 +112,7 @@ set_xmakever("2.1.0")
#### Add sub-project directories
-<p class="tips">
+<p class="tip">
For xmake 2.x and above, try to use the [includes](#includes) interface, which is a generic version of add_subdirs and add_subfiles, and supports some built-in extensions.
</p>
@@ -150,7 +150,7 @@ $ xmake build tbox
#### Add sub-project files
-<p class="tips">
+<p class="tip">
For xmake 2.x and above, try to use the [includes](#includes) interface, which is a generic version of add_subdirs and add_subfiles, and supports some built-in extensions.
</p>