Skip to content

Commit 53e4085

Browse files
authored
doc: fix documentation examples (#17804)
1 parent ff5df2c commit 53e4085

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/docs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,6 @@ Documentation for each function/type/const must be placed right before the decla
48864886

48874887
```v
48884888
// clearall clears all bits in the array
4889-
48904889
fn clearall() {
48914890
}
48924891
```
@@ -4899,7 +4898,6 @@ span to the documented function using single line comments:
48994898
```v
49004899
// copy_all recursively copies all elements of the array by their value,
49014900
// if `dupes` is false all duplicate values are eliminated in the process.
4902-
49034901
fn copy_all(dupes bool) {
49044902
// ...
49054903
}

0 commit comments

Comments
 (0)