Skip to content

Commit 8f95ad4

Browse files
committed
fix typo :)
1 parent 1600316 commit 8f95ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_plain/rest_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Within a [Type Create](#type_create) or [Instance Update](#instance_update) meth
409409

410410
Note that FHIR specifies that in an update method, any tags supplied by the client are copied to the newly saved version, as well as any tags the existing version had.
411411

412-
To work with tags in a create/update method, the pattern used in the read examples above is simply revered. In a server, the resource which is passed in will be populated with any tags that the client supplied:
412+
To work with tags in a create/update method, the pattern used in the read examples above is simply reversed. In a server, the resource which is passed in will be populated with any tags that the client supplied:
413413

414414
```java
415415
{{snippet:classpath:/ca/uhn/hapi/fhir/docs/RestfulPatientResourceProviderMore.java|createTags}}

0 commit comments

Comments
 (0)