doc: fix formatting

pull/5346/head
Delyan Angelov 2020-06-11 08:00:14 +03:00
parent 6c087de837
commit b01709e502
1 changed files with 1 additions and 2 deletions

View File

@ -286,8 +286,7 @@ f32 f64
any_int, any_float // internal intermediate types of number literals
byteptr, voidptr, charptr, size_t : // these are mostly used for
<a href='#calling-c-functions-from-v'>C interoperability</a>
byteptr, voidptr, charptr, size_t // these are mostly used for C interoperability
any // similar to C's void* and Go's interface{}
```