Skip to content

Commit

Permalink
Fix last typos
Browse files Browse the repository at this point in the history
  • Loading branch information
PeridexisErrant committed Apr 10, 2016
1 parent b03e8f2 commit 4536f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Lua API.rst
Original file line number Diff line number Diff line change
@@ -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*)
:<number>: read specified number of bytes
:``*l``: read all available data
:``*a``: read all available data

* ``client:send(data)``

0 comments on commit 4536f3d

Please sign in to comment.