diff --git a/docs/notes/02_c-leap/05_xdx/index.md b/docs/notes/02_c-leap/05_xdx/index.md index dfa5585..47b5da0 100644 --- a/docs/notes/02_c-leap/05_xdx/index.md +++ b/docs/notes/02_c-leap/05_xdx/index.md @@ -768,7 +768,7 @@ int main() { } ``` -* 要合理的使用递归解决实际问题,需要`注意`递归的`三要素`: +* 要合理的使用`递归`解决实际问题,需要`注意`递归的`三要素`: > [!CAUTION] >