diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index cc7d507d5..4b768be58 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -433,7 +433,7 @@ Ok, you're all set up! Now, let's take a look at an example moduleA.every1Tick() moduleB.every1Tick() end) - + -- one function per repeat callback (you can put them in the -- above format if you prefer) repeatUtil.scheduleEvery(modId .. ' 100 frames', 1, 'frames',