summaryrefslogtreecommitdiff
path: root/docs/core-scripts.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-01-27 15:17:15 +0100
committerGitHub <noreply@github.com>2022-01-27 15:17:15 +0100
commitc37c6b726eebbf3d1161f4046e9aa5288a16498a (patch)
tree31fbb845ef03c681ff8e433bf43230aa57d787fc /docs/core-scripts.md
parentd973af8b93860a040e90be6624ef0fbe24b61393 (diff)
downloadwiki-c37c6b726eebbf3d1161f4046e9aa5288a16498a.tar.gz
wiki-c37c6b726eebbf3d1161f4046e9aa5288a16498a.tar.bz2
wiki-c37c6b726eebbf3d1161f4046e9aa5288a16498a.zip
chore: typo
Diffstat (limited to 'docs/core-scripts.md')
-rw-r--r--docs/core-scripts.md2
1 files changed, 1 insertions, 1 deletions
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: