We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33543c commit 8a98d63Copy full SHA for 8a98d63
1 file changed
docs/guide/index.md
@@ -55,7 +55,7 @@ x = [10, 'hello']
55
// @errors: 2339
56
let x: [string, number]
57
x = ['hello', 10] // OK
58
-/// ---cut---
+// ---cut---
59
console.log(x[0].substring(1))
60
console.log(x[1].substring(1))
61
```
0 commit comments