Fix typos
This commit is contained in:
parent
8f9f46a907
commit
6035f78ddf
|
@ -2,4 +2,4 @@
|
|||
type: add
|
||||
issue: 2446
|
||||
title: "Auto-created placeholder reference targets now have an extension with the URL
|
||||
`http://hapifhir.io/fhir/StructureDefinition/resource-meta-placeholder` and a value of `true`."
|
||||
`http://hapifhir.io/fhir/StructureDefinition/resource-placeholder` and a value of `true`."
|
||||
|
|
|
@ -1070,7 +1070,7 @@ public class DaoConfig {
|
|||
* Note however that references containing purely numeric IDs will not be auto-created
|
||||
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
||||
*
|
||||
* All placeholder resources created in this way have a meta extension
|
||||
* All placeholder resources created in this way have an extension
|
||||
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
||||
* </p>
|
||||
*/
|
||||
|
@ -1094,7 +1094,7 @@ public class DaoConfig {
|
|||
* Note however that references containing purely numeric IDs will not be auto-created
|
||||
* as they are never allowed to be client supplied in HAPI FHIR JPA.
|
||||
*
|
||||
* All placeholder resources created in this way have a meta extension
|
||||
* All placeholder resources created in this way have an extension
|
||||
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
|
||||
* </p>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue