Skip to content

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-sedinkin committed Aug 23, 2022
1 parent 48a517b commit c95e68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fhirpath.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ function parse(path) {
* returning the result of doEval.
* @param {(object|object[])} resource - FHIR resource, bundle as js object or array of resources
* This resource will be modified by this function to add type information.
* @param {object} parsedPath - a special object created by the parser that describe the structure of a fhirpath expression.
* @param {object} parsedPath - a special object created by the parser that describes the structure of a fhirpath expression.
* @param {object} context - a hash of variable name/value pairs.
* @param {object} model - The "model" data object specific to a domain, e.g. R4.
* For example, you could pass in the result of require("fhirpath/fhir-context/r4");
Expand Down

0 comments on commit c95e68e

Please sign in to comment.