Skip to content

Commit 6737b1b

Browse files
committed
chore: update README.md
1 parent 9cd4858 commit 6737b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public class StringExample {
166166
final byte[] ciphertext = encryptResult.getResult();
167167
System.out.println("Ciphertext: " + Arrays.toString(ciphertext));
168168

169-
// 5. Decrypt the data
169+
// Decrypt the data
170170
final CryptoResult<byte[], ?> decryptResult =
171171
crypto.decryptData(
172172
kmsKeyring,

0 commit comments

Comments
 (0)