diff --git a/doc/langref.html.in b/doc/langref.html.in index e810b36be21cfa290e73f5cfc6bab6ca876f7579..aaa15e91d03758be100a0463f6c2f5c6ab3c333a 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8204,7 +8204,7 @@ test "vector @splat" { {#header_open|@This#}
{#syntax#}@This() type{#endsyntax#}
- Returns the innermost struct or union that this function call is inside. + Returns the innermost struct, enum, or union that this function call is inside. This can be useful for an anonymous struct that needs to refer to itself:
{#code_begin|test#}