Skip to content

Commit 19163f3

Browse files
authored
Merge pull request #4654 from joewiz/hotfix/util-declared-variables-docs
fix function description of util:declared-variables
2 parents ba18e64 + 4fba716 commit 19163f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/main/java/org/exist/xquery/functions/util/BuiltinFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class BuiltinFunctions extends BasicFunction {
6262
new FunctionReturnSequenceType(Type.STRING, Cardinality.ONE_OR_MORE, "the sequence of function names")),
6363
new FunctionSignature(
6464
new QName("declared-variables", UtilModule.NAMESPACE_URI, UtilModule.PREFIX),
65-
"Returns a sequence containing the QNames of all functions " +
65+
"Returns a sequence containing the QNames of all variables " +
6666
"declared in the module identified by the specified namespace URI. " +
6767
"An error is raised if no module is found for the specified URI.",
6868
new SequenceType[] { new FunctionParameterSequenceType("namespace-uri", Type.STRING, Cardinality.EXACTLY_ONE, "The namespace URI of the function module") },

0 commit comments

Comments
 (0)