Skip to content

Commit ba5a9e6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)