diff --git a/docs/LangRef.html b/docs/LangRef.html index e8c1f01cee1..a3a0285a48f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -752,7 +752,7 @@ control flows to the 'iffalse' label argument.

Instruction
Syntax:
-
  switch uint <value>, label <defaultdest> [ int <val>, label &dest>, ... ]
+
  switch uint <value>, label <defaultdest> [ int <val>, label <dest>, ... ]
Overview:

The 'switch' instruction is used to transfer control flow to one of several different places. It is a generalization of the 'br'