Skip to content

Commit

Permalink
Update add/data/xqm/measure.xqm
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Stadler <[email protected]>
  • Loading branch information
riedde and peterstadler authored Dec 10, 2024
1 parent e5dc953 commit 5452ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add/data/xqm/measure.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ declare function measure:analyzeLabel($measure as element(mei:measure)) as xs:st
:
: @param $mdiv The mdiv to be processed
: @param $measureN The number of the measure to be resolved
: @return The measures coverd by the multi-measure rest
: @return The measures covered by the multi-measure rest
:)
declare function measure:resolveMultiMeasureRests($mdiv as node(), $measureN as xs:string) as node()* {
let $measureNNumber := number($measureN)
Expand Down

0 comments on commit 5452ba6

Please sign in to comment.