had "names" when "parameters" was meant

This commit is contained in:
Ezra Epstein
2017-11-22 04:08:35 +00:00
committed by Alex Beregszaszi
parent 23379e1061
commit 744dea60a4
+1 -1
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.
::