Skip to content

Commit

Permalink
Fix escape in messageheader template
Browse files Browse the repository at this point in the history
  • Loading branch information
ThishaniLucas committed Dec 5, 2023
1 parent 1a65279 commit 27b20ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r4/resource-apis/messageheader/api_config.bal
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ final r4:ResourceAPIConfig apiConfig = {
name: "receiver",
active: true,
information: {
description: "Intended "real-world" recipient for the data",
description: "Intended \"real-world\" recipient for the data",
builtin: false,
documentation: "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver"
}
Expand Down

0 comments on commit 27b20ad

Please sign in to comment.