authorgravatar for kj4tmp@gmail.comkj4tmp <kj4tmp@gmail.com> 2024-09-28 00:41:53-07:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-01-26 19:40:57+01:00
log6255ee3d2f65c368bbd0a316d60044af3c5d4607
tree9810148de2d5e80513137693eaff134382ad97d3
parent672bc8141fd26b29eb645571be27420db8e4c27e

fix typo in @typeName langref


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -2269,7 +2269,7 @@ or
22692269 that variable.</li>
22702270 <li>If the struct is in the {#syntax#}return{#endsyntax#} expression, it gets named after
22712271 the function it is returning from, with the parameter values serialized.</li>
2272 <li>Otherwise, the struct gets a name such as <code>(filename.funcname.__struct_ID)</code>.</li>
2272 <li>Otherwise, the struct gets a name such as <code>(filename.funcname__struct_ID)</code>.</li>
22732273 <li>If the struct is declared inside another struct, it gets named after both the parent
22742274 struct and the name inferred by the previous rules, separated by a dot.</li>
22752275 </ul>