- From: <bugzilla@jessica.w3.org>
- Date: Fri, 20 Jan 2017 16:13:58 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30050
Bug ID: 30050
Summary: Minor "syntax" error in XPath 3.1 Proposed Rec
17.01.2017
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: XPath 3.1
Assignee: jonathan.robie@gmail.com
Reporter: todd.ditchendorf@gmail.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
In the section "3.11.1.2 Map Lookup using Function Call Syntax"
(https://www.w3.org/TR/2017/PR-xpath-31-20170117/#id-map-lookup), there is a
minor "syntax" error in the following explanatory text:
> If $map is a map and $K is a key, then $map($key) is equivalent to map:get($map, $key).
I believe `$K` above should be replaced with `$key`. Or perhaps `$key` should
be replaced with `$K`.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 20 January 2017 16:14:07 UTC