Remove rogue full stop.

This commit is contained in:
Max Schaefer
2020-02-19 08:14:15 +00:00
parent 31557e8c19
commit 4b371ac85a

View File

@@ -168,7 +168,7 @@ Statements
``getStmt(i)`` to access the ``i``\ th statement in the body of this clause
- ``RecvStmt``: a receive statement in a ``case`` clause of a ``select`` statement; use
``getLhs(i)`` to access the ``i``\ th left-hand side of this statement, and ``getExpr()`` to
access the underlying receive expression.
access the underlying receive expression
Expressions
~~~~~~~~~~~