diff --git a/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md b/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md index 6f53b1153f..26dae8b073 100644 --- a/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md +++ b/docs-2.0/2.quick-start/6.cheatsheet-for-ngql-command.md @@ -15,7 +15,7 @@ | double hypot(double x, double y) | 返回直角三角形(直角边长为 x 和 y)的斜边长。 | | double pow(double x, double y) | 返回$x^y$的值。 | | double exp(double x) | 返回$e^x$的值。 | - | double exp2(double x) | 返回$2^x2$的值。 | + | double exp2(double x) | 返回$2^x$的值。 | | double log(double x) | 返回以自然数 e 为底 x 的对数。 | | double log2(double x) | 返回以 2 为底 x 的对数。 | | double log10(double x) | 返回以 10 为底 x 的对数。 |