diff --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst index 3919c2a9b1b62..dcea3b721dae2 100644 --- a/llvm/docs/TableGen/ProgRef.rst +++ b/llvm/docs/TableGen/ProgRef.rst @@ -174,7 +174,7 @@ TableGen has two kinds of string literals: .. productionlist:: TokString: '"' (non-'"' characters and escapes) '"' - TokCode: "[{" (shortest text not containing "}]") "}]" + TokCode: "[{" (text not containing "}]") "}]" A :token:`TokCode` is nothing more than a multi-line string literal delimited by ``[{`` and ``}]``. It can break across lines and the