[Bug 21797] Ordering of parameters in '16.2 Basic higher-order functions'

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21797

--- Comment #1 from Adam Retter <adam@exist-db.org> ---
The example code actually contains a bug - 

"return $x * $x"

should be:

"return $res * $res"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 23 April 2013 17:46:38 UTC