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 ~~~~~~~~~~~