diff --git a/doc/docs.md b/doc/docs.md index 50de1b1831..5d500907df 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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 -C interoperability +byteptr, voidptr, charptr, size_t // these are mostly used for C interoperability any // similar to C's void* and Go's interface{} ```