From 441ff8a820912170ab526ededb8f60a8d0f7a773 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Sat, 12 Nov 2022 17:55:17 -0800 Subject: [PATCH] Fixes Lua API.rst mistakes --- docs/Lua API.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 059f28d37..fc750f077 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -1397,11 +1397,11 @@ Units module * ``dfhack.units.isNightCreature(unit)`` - The unit is undead, but not a vampire. + The unit is a Night Creature. * ``dfhack.units.isSemiMegabeast(unit)`` - The unit is undead, but not a vampire. + The unit is a semi-megabeast. * ``dfhack.units.isMegabeast(unit)``