Skip to content

Commit dff2be6

Browse files
Fix duvet annotation after nits in specs
1 parent 16bafa6 commit dff2be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/AwsCryptographyDbEncryptionSdkDynamoDbOperations.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module AwsCryptographyDbEncryptionSdkDynamoDbOperations refines AbstractAwsCrypt
5353
match input.input
5454
{
5555
//= specification/dynamodb-encryption-client/ddb-get-encrypted-data-key-description.md#behavior
56-
//# - If the input is a encrypted DynamoDB item, it MUST attempt to extract "aws_dbe_head" attribute from the DynamoDB item to get binary header.
56+
//# - If the input is an encrypted DynamoDB item, it MUST attempt to extract "aws_dbe_head" attribute from the DynamoDB item to get the binary header.
5757
case item(item) =>{
5858
:- Need("aws_dbe_head" in item && item["aws_dbe_head"].B?, E("Header not found in the DynamoDB item."));
5959
header := item["aws_dbe_head"].B;

0 commit comments

Comments
 (0)