Skip to content

Commit ba1969d

Browse files
committed
chore(client-sqs): fix link to Hash interface
1 parent 7882b02 commit ba1969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-sqs/SQSClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
230230
regionInfoProvider?: RegionInfoProvider;
231231

232232
/**
233-
* A constructor for a class implementing the @aws-sdk/types.Hash interface
233+
* A constructor for a class implementing the {@link __Hash} interface
234234
* that computes MD5 hashes.
235235
* @internal
236236
*/

0 commit comments

Comments
 (0)