Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jafeltra committed Jun 20, 2023
1 parent 20614c4 commit 6ef48c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fhirtypes/ElementDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ export class ElementDefinition {
rule.types.some(t => t.isReference)
) {
logger.warn(
'The CodeableReference() syntax should be used to constrain references of a CodeableReference',
'The CodeableReference() keyword should be used to constrain references of a CodeableReference',
rule.sourceInfo
);
}
Expand Down

0 comments on commit 6ef48c8

Please sign in to comment.