From d331426470e88d7f41a163751ef3c31967dbc62d Mon Sep 17 00:00:00 2001 From: Dario Kampkaspar Date: Wed, 3 Apr 2024 20:25:11 +0200 Subject: [PATCH] user correct parameter name in doc --- edoc/modules/entity.xqm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edoc/modules/entity.xqm b/edoc/modules/entity.xqm index 50ebb93b..301a2e07 100644 --- a/edoc/modules/entity.xqm +++ b/edoc/modules/entity.xqm @@ -7,7 +7,7 @@ import module namespace console = "http://exist-db.org/xquery/console"; declare namespace tei = "http://www.tei-c.org/ns/1.0"; -(: $id ID-String of the entity to be displayed – must be globally unique +(: $ent ID-String of the entity to be displayed – must be globally unique $ed ID of the project from which specific information shall be drawn :) declare function wdbe:getEntity ( $node as node(), $model as map(*), $ent as xs:string, $ed as xs:string ) as map(*) { let $edPath := wdb:getEdPath($ed, true())