diff --git a/doc/langref.html.in b/doc/langref.html.in index 7a540a15f1e4f26eef2328d33138d57109622130..0d10119cb735a0e87f008fde44e5664e1f693e70 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.