We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e14ec commit 5d939c5Copy full SHA for 5d939c5
1 file changed
smithy-model/src/main/java/software/amazon/smithy/model/neighbor/Walker.java
@@ -158,7 +158,7 @@ public boolean hasNext() {
158
// Use removeLast to retrieve relationships in their defined order rather
159
// than the reverse of the defined order. Note that this only preserves
160
// the order of a particular relationship type, not the order of all
161
- // relationship types. So a resources `operation` relationships will be
+ // relationship types. So a resource's `operation` relationships will be
162
// resolved in the order of that list, but the resources's `resource`
163
// relationships will nevertheless always appear first because that is
164
// simply the order that the NeighborVisitor checks them in.
0 commit comments