Skip to content

Commit 178fef6

Browse files
Update documentation of getErrorSet
Co-authored-by: Yefri Gaitan <34199474+yefrig@users.noreply.github.com>
1 parent ec7dd83 commit 178fef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-model/src/main/java/software/amazon/smithy/model/shapes/OperationShape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public List<ShapeId> getErrors() {
141141
}
142142

143143
/**
144-
* <p>Gets a list of the error shape IDs bound directly to the operation
144+
* <p>Gets a set of the error shape IDs bound directly to the operation
145145
* that can be encountered.
146146
*
147147
* <p>This DOES NOT include errors that are common to a service. Operations

0 commit comments

Comments
 (0)