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()``