From 4b371ac85abb8a259de3fe23b0d280d71c71cbc1 Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Wed, 19 Feb 2020 08:14:15 +0000 Subject: [PATCH] Remove rogue full stop. --- ql/docs/learn-ql/introduce-libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/docs/learn-ql/introduce-libraries.rst b/ql/docs/learn-ql/introduce-libraries.rst index fb714fe0fe5..f13903b875b 100644 --- a/ql/docs/learn-ql/introduce-libraries.rst +++ b/ql/docs/learn-ql/introduce-libraries.rst @@ -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 ~~~~~~~~~~~