diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index ada3eacc3b..ff71e3706f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1677,7 +1677,7 @@ pointer to any of the types it is lexically a member of. Example of up references (with their equivalent as named type declarations) include:</p> <pre> - { \2 * } %x = type { %t* } + { \2 * } %x = type { %x* } { \2 }* %y = type { %y }* \1* %z = type %z* </pre> |