[Bug 28048] New: map:merge examples missing the word "map"?

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

            Bug ID: 28048
           Summary: map:merge examples missing the word "map"?
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: pwalmsley@datypic.com
        QA Contact: public-qt-comments@w3.org

The map:merge description has the following 2 examples:

map:merge(($week, {7:"Unbekannt"}))
map:merge(($week, {6:"Sonnabend"}))

Should the word "map" not appear before the left curly brace, as in:

map:merge(($week, map{7:"Unbekannt"}))
map:merge(($week, map{6:"Sonnabend"}))


...or is there a shorthand syntax I missed?

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

Received on Wednesday, 18 February 2015 13:56:54 UTC