diff --git a/docs/notes/02_c-leap/05_xdx/index.md b/docs/notes/02_c-leap/05_xdx/index.md index a82f5e7..d9e0c3d 100644 --- a/docs/notes/02_c-leap/05_xdx/index.md +++ b/docs/notes/02_c-leap/05_xdx/index.md @@ -848,7 +848,7 @@ int main() { > [!NOTE] > > * ① 当 n = 0 或 1 的时候,n! 的结果是 1 。 -> * ② 当 n > 1 的时候,n! = n × (n-1) 。 +> * ② 当 n > 1 的时候,n! = n × (n-1)! 。