had "names" when "parameters" was meant

This commit is contained in:
Ezra Epstein 2017-11-03 18:19:59 -07:00 committed by Alex Beregszaszi
parent 23379e1061
commit 744dea60a4

View File

@ -194,7 +194,7 @@ Omitted Function Parameter Names
--------------------------------
The names of unused parameters (especially return parameters) can be omitted.
Those names will still be present on the stack, but they are inaccessible.
Those parameters will still be present on the stack, but they are inaccessible.
::