Skip to content

Commit

Permalink
[bugfix]: missing bracket in example
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahito committed Apr 30, 2024
1 parent 29df9c9 commit 24b13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exquery-restxq-specification/restxq-1.0-specification.html
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ <h5>Method Annotation</h5>
optional string literal which maps the HTTP request body to a named function
parameter. The same syntax as that used for URI templates is applied.
For example
<code>%rest:POST("{$request-body")</code> would inject the request body into
<code>%rest:POST("{$request-body}")</code> would inject the request body into
the function through the function parameter named 'request-body'. The
function parameter for the request body must meet the following constraints:
<ol>
Expand Down

0 comments on commit 24b13ff

Please sign in to comment.