Merge pull request #1904 from jamesagnew/dm-fix-typo

Fixed a typo in ParametersUtil.
This commit is contained in:
Diederik Muylwyk 2020-06-08 13:55:28 -04:00 committed by GitHub
commit 954730d485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ public class ParametersUtil {
}
/**
* Add a paratemer value to a Parameters resource
* Add a parameter value to a Parameters resource
*
* @param theContext The FhirContext
* @param theParameters The Parameters resource
@ -172,7 +172,7 @@ public class ParametersUtil {
}
/**
* Add a paratemer value to a Parameters resource
* Add a parameter value to a Parameters resource
*
* @param theContext The FhirContext
* @param theParameters The Parameters resource