From 006a3fd7e4d1383892258d1514256b3a4b45f29e Mon Sep 17 00:00:00 2001 From: refcell Date: Mon, 22 Apr 2024 08:02:28 -0400 Subject: [PATCH] fix(interop): dependency set grammar --- specs/interop/dependency_set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/interop/dependency_set.md b/specs/interop/dependency_set.md index 738c66e0..91dd8f28 100644 --- a/specs/interop/dependency_set.md +++ b/specs/interop/dependency_set.md @@ -14,7 +14,7 @@ -The dependency set defines the set of chains that a destination chains allows as source chains. Another way of +The dependency set defines the set of chains that destination chains allow as source chains. Another way of saying it is that the dependency set defines the set of initiating messages that are valid for an executing message to be included. An executing message MUST have an initiating message that is included in a chain in the dependency set.