summaryrefslogtreecommitdiff
path: root/docs/TableGenFundamentals.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TableGenFundamentals.rst')
-rw-r--r--docs/TableGenFundamentals.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.rst b/docs/TableGenFundamentals.rst
index 5d529c396ac..8f3d07c3921 100644
--- a/docs/TableGenFundamentals.rst
+++ b/docs/TableGenFundamentals.rst
@@ -289,7 +289,7 @@ supported include:
string value
``[{ ... }]``
- code fragment
+ usually called a "code fragment", but is just a multiline string literal
``[ X, Y, Z ]<type>``
list value. <type> is the type of the list element and is usually optional.