From 248b818b4f378495bef541478412c8bc4355fb39 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 30 Oct 2022 15:01:40 +1100 Subject: [PATCH] Update using-toy.md Typo --- using-toy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using-toy.md b/using-toy.md index b80b3d8..dc06fbc 100644 --- a/using-toy.md +++ b/using-toy.md @@ -4,7 +4,7 @@ This tutorial assumes that you've managed to embed Toy into your program by foll Here, we'll look at some ways in which you can utilize Toy's C API within your host program. -Be ware that when you create a new Literal object, you must call `freeLiteral()` on it afterwards! If you don't, your program will leak memory as Toy has no internal tracker for such things. +Be aware that when you create a new Literal object, you must call `freeLiteral()` on it afterwards! If you don't, your program will leak memory as Toy has no internal tracker for such things. ## Embedded API Macros