Skip to content

Commit cf27783

Browse files
committed
we cannot use fn yet
1 parent 1c515e7 commit cf27783

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/fn/FnInvisibleXml.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* fn:invisible-xml(
3939
* $grammar as item()? := (),
4040
* $options as map(*)? := {}
41-
* ) as fn(xs:string) as item()
41+
* ) as function(xs:string) as item()
4242
* @see https://qt4cg.org/specifications/xpath-functions-40/Overview.html#ixml-functions
4343
*
4444
* To do:

0 commit comments

Comments
 (0)