Update hapi-fhir-base/src/main/java/ca/uhn/fhir/util/TerserUtil.java

Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
This commit is contained in:
Nick Goupinets 2021-03-11 12:12:06 -05:00 committed by GitHub
parent 26653f66da
commit e4387ea633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public final class TerserUtil {
* Clones specified composite field (collection). Composite field values must conform to the collections
* contract.
*
* @param theFrom Resource to clone the specified filed from
* @param theFrom Resource to clone the specified field from
* @param theTo Resource to clone the specified filed to
* @param field Field name to be copied
*/