Skip to content

Commit 5d939c5

Browse files
Fix typo in walker comments
Co-authored-by: Kevin Stich <kevin@kstich.com>
1 parent 55e14ec commit 5d939c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • smithy-model/src/main/java/software/amazon/smithy/model/neighbor

smithy-model/src/main/java/software/amazon/smithy/model/neighbor/Walker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public boolean hasNext() {
158158
// Use removeLast to retrieve relationships in their defined order rather
159159
// than the reverse of the defined order. Note that this only preserves
160160
// the order of a particular relationship type, not the order of all
161-
// relationship types. So a resources `operation` relationships will be
161+
// relationship types. So a resource's `operation` relationships will be
162162
// resolved in the order of that list, but the resources's `resource`
163163
// relationships will nevertheless always appear first because that is
164164
// simply the order that the NeighborVisitor checks them in.

0 commit comments

Comments
 (0)