diff --git a/doc/langref.html.in b/doc/langref.html.in index 7a540a15f1..0d10119cb7 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -11793,8 +11793,8 @@ fn readU32Be() u32 {}
{#syntax#}anytype{#endsyntax#}
- Function parameters and struct fields can be declared with {#syntax#}anytype{#endsyntax#} in place of the type. - The type will be inferred where the function is called or the struct is instantiated. + Function parameters can be declared with {#syntax#}anytype{#endsyntax#} in place of the type. + The type will be inferred where the function is called.