Skip to content

Commit 8a98d63

Browse files
authored
docs: fix cut notation (#78)
1 parent d33543c commit 8a98d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ x = [10, 'hello']
5555
// @errors: 2339
5656
let x: [string, number]
5757
x = ['hello', 10] // OK
58-
/// ---cut---
58+
// ---cut---
5959
console.log(x[0].substring(1))
6060
console.log(x[1].substring(1))
6161
```

0 commit comments

Comments
 (0)