Skip to content

Commit

Permalink
user correct parameter name in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dariok committed Apr 3, 2024
1 parent 285e0a8 commit d331426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edoc/modules/entity.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit d331426

Please sign in to comment.