summaryrefslogtreecommitdiff
path: root/ASSET_SYSTEM.md
diff options
context:
space:
mode:
Diffstat (limited to 'ASSET_SYSTEM.md')
-rw-r--r--ASSET_SYSTEM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASSET_SYSTEM.md b/ASSET_SYSTEM.md
index 843d8f2..250be07 100644
--- a/ASSET_SYSTEM.md
+++ b/ASSET_SYSTEM.md
@@ -32,7 +32,7 @@ This instructs the final assembled file assets.h to have a code line:
(or an enum instead of #define's)
-so that we can call
+so that we can call
```
#include "asset.h"
const uint8_t* mysample = GetAsset(ASSET_SAMPLE_142);