Skip to content

Commit ac5a1dd

Browse files
authored
fix: typo (#2386)
1 parent b62275e commit ac5a1dd

File tree

1 file changed

+2
-2
lines changed
  • docs/cn/sql-reference/20-sql-functions/04-numeric-functions

1 file changed

+2
-2
lines changed

docs/cn/sql-reference/20-sql-functions/04-numeric-functions/cot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
titleCOT
2+
title: COT
33
---
44

55
返回 `x` 的余切值(`x` 以弧度表示)。
@@ -20,4 +20,4 @@ SELECT COT(12);
2020
├─────────────────────┤
2121
-1.5726734063976895
2222
└─────────────────────┘
23-
```
23+
```

0 commit comments

Comments
 (0)