Skip to content

Commit b621bd5

Browse files
committed
Fix typo
Signed-off-by: Simon Brand <simon.brand@postadigitale.de>
1 parent cce5840 commit b621bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/src/structures/lists/digest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct DigestList {
1414
impl DigestList {
1515
pub const MAX_SIZE: usize = 8;
1616

17-
/// Creates a nnew empty DigestList
17+
/// Creates a new empty DigestList
1818
pub const fn new() -> Self {
1919
DigestList {
2020
digests: Vec::new(),

0 commit comments

Comments
 (0)