Signed-off-by: Noam Preil <noam@pixelhero.dev>
---
content/tutorials/introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/tutorials/introduction.md b/content/tutorials/introduction.md
index dd22c3a..e3120cb 100644
--- a/content/tutorials/introduction.md
+++ b/content/tutorials/introduction.md
@@ -1303,7 +1303,7 @@ sections:
is shown here as well: pointer arithmetic and conversions between pointer
types. Using casts, you can instruct Hare to treat some memory as if it
were a given type, regardless of if it actually is or not. Use with
- cation.
+ caution.
- title: User-defined types
sample: |
type index = size;
--
2.35.1