File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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");
You can’t perform that action at this time.
0 commit comments