From 4536f3df71ce32f948f8f2f89b024a533c96eab3 Mon Sep 17 00:00:00 2001 From: PeridexisErrant Date: Mon, 11 Apr 2016 09:27:02 +1000 Subject: [PATCH] Fix last typos --- 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 cf04703d7..000884b19 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -1338,7 +1338,7 @@ Maps module .. note:: This cache is only updated when the game is unpaused, and thus can get out of date if doors are forbidden or unforbidden, or - tools like liquids or tiletypes are used. It also cannot possibly + tools like `liquids` or `tiletypes` are used. It also cannot possibly take into account anything that depends on the actual units, like burrows, or the presence of invaders. @@ -3597,7 +3597,7 @@ from ``server:accept()``. It's a subclass of ``socket``. :``*l``: read one line (default, if pattern is *nil*) :: read specified number of bytes - :``*l``: read all available data + :``*a``: read all available data * ``client:send(data)``