Skip to content

Commit c95e68e

Browse files
Fixed a comment
1 parent 48a517b commit c95e68e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fhirpath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ function parse(path) {
623623
* returning the result of doEval.
624624
* @param {(object|object[])} resource - FHIR resource, bundle as js object or array of resources
625625
* This resource will be modified by this function to add type information.
626-
* @param {object} parsedPath - a special object created by the parser that describe the structure of a fhirpath expression.
626+
* @param {object} parsedPath - a special object created by the parser that describes the structure of a fhirpath expression.
627627
* @param {object} context - a hash of variable name/value pairs.
628628
* @param {object} model - The "model" data object specific to a domain, e.g. R4.
629629
* For example, you could pass in the result of require("fhirpath/fhir-context/r4");

0 commit comments

Comments
 (0)