Skip to content

Commit

Permalink
Fix referenced trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored and kstich committed Apr 12, 2024
1 parent 2479286 commit 89afa62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ structure protocolDefinition {
traits: TraitShapeIdList

/// Set to true if inline documents are not supported by this protocol.
@deprecated(message: "Use the `@constrainShapes` trait instead")
@deprecated(message: "Use the `@traitValidators` trait instead")
noInlineDocumentSupport: Boolean
}

Expand Down

0 comments on commit 89afa62

Please sign in to comment.