From c37c6b726eebbf3d1161f4046e9aa5288a16498a Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:17:15 +0100 Subject: chore: typo --- docs/core-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/core-scripts.md') diff --git a/docs/core-scripts.md b/docs/core-scripts.md index 834f3f6..36985db 100644 --- a/docs/core-scripts.md +++ b/docs/core-scripts.md @@ -47,7 +47,7 @@ To do this, in the headerfile of the instance we add this define: And within the script file it would be registered like this: ```cpp -/* Example frin boss_lord_marrowgar.cpp */ +/* Example from boss_lord_marrowgar.cpp */ struct boss_lord_marrowgar : public BossAI { public: -- cgit