diff --git a/src/content/docs/guide/basic-types-and-values.md b/src/content/docs/guide/basic-types-and-values.md index 81101e9a..76b720d5 100644 --- a/src/content/docs/guide/basic-types-and-values.md +++ b/src/content/docs/guide/basic-types-and-values.md @@ -5,7 +5,7 @@ sidebar: order: 4 --- -C3 provides a similar set of fundamental data types as C: integers, floats, arrays and pointer. On top of this it +C3 provides a similar set of fundamental data types as C: integers, floats, arrays and pointers. On top of this it expands on this set by adding slices and vectors, as well as the `any` and `typeid` types for advanced use. ## Integers