Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 18, 2024
1 parent 5ac1172 commit bfc8da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guide/basic-types-and-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfc8da8

Please sign in to comment.