Skip to content

Commit fcc3442

Browse files
Test by changing a smithy file
1 parent e8a9f25 commit fcc3442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/Model/DynamoDbEncryption.smithy

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ structure DynamoDbTableEncryptionConfig {
190190
allowedUnsignedAttributes: AttributeNameList,
191191
@javadoc("A prefix such that, if during decryption any attribute has a name with this prefix, it is treated as unsigned.")
192192
allowedUnsignedAttributePrefix: String,
193-
//= specification/dynamodb-encryption-client/ddb-table-encryption-config.md#algorithm-suite
193+
//= specification/dynamodb-encryption-client/ddb-table-encryption-config.md#algorithm-suit
194194
//= type=implication
195195
//# This algorithm suite MUST be a [Structured Encryption Library Supported algorithm suite](../../submodules/MaterialProviders/aws-encryption-sdk-specification/framework/algorithm-suites.md).
196196
@javadoc("An ID for the algorithm suite to use during encryption and decryption.")

0 commit comments

Comments
 (0)