From 5a2ee1e96ee382a191649f2a2b424bc39dac691c Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Tue, 20 Jun 2023 15:51:47 +0200 Subject: [PATCH] Update spec/asyncapi.md --- spec/asyncapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index 3be83e6a..165f1376 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -2627,7 +2627,7 @@ Runtime expressions preserve the type of the referenced value. ### Traits Merge Mechanism -Traits MUST be merged with the target object using the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) algorithm in the same order they are defined. A property on a trait MUST NOT override the same property on the main object. +Traits MUST be merged with the target object using the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) algorithm in the same order they are defined. A property on a trait MUST NOT override the same property on the target object. #### Example