Skip to content

Commit d64a935

Browse files
committed
Fixed spelling mistake in documentation
1 parent ed69543 commit d64a935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/docs/crypto/InvalidKeySize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ of bytes from the buffer. This query will check if the size of the key buffer
66
passed as an argument to one of these functions is equal to the key size of the
77
corresponding cipher.
88

9-
The following code snippet is aan example of an issue that would be identified
10-
by the query.
9+
The following code snippet is an example of an issue that would be identified by
10+
the query.
1111

1212
```cpp
1313
unsigned char key[16]; // This should be 32 for a 256 bit key

0 commit comments

Comments
 (0)