From e70adf169210c755874ee3f3ccccb230b98f8174 Mon Sep 17 00:00:00 2001 From: vallode <18506096+vallode@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:16:28 +0100 Subject: [PATCH] Fix undefined labels --- docs/dev/Lua API.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index 7c089ea7c..9ccd0c007 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -1814,11 +1814,11 @@ World module * ``dfhack.world.ReadCurrentWeather()`` - Returns the current game weather (`df.weather_type`). + Returns the current game weather (``df.weather_type``). * ``dfhack.world.SetCurrentWeather(weather)`` - Sets the current game weather to `weather`. + Sets the current game weather to ``weather``. * ``dfhack.world.ReadWorldFolder()``