diff --git a/doc/docs.md b/doc/docs.md index 873178d7e9..b5a2159b33 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -531,8 +531,6 @@ f32 f64 isize, usize // platform-dependent, the size is how many bytes it takes to reference any location in memory voidptr // this one is mostly used for [C interoperability](#v-and-c) - -any // similar to C's void* and Go's interface{} ``` > [!NOTE]