mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Remove rogue full stop.
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user