We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5eee4 commit e920984Copy full SHA for e920984
src/commons/api/rrdp.rs
@@ -816,7 +816,7 @@ mod tests {
816
assert!(objects.verify_delta(&update_file1, &jail).is_ok());
817
objects.apply_delta(update_file1.clone());
818
819
- // Updating again with the same delta will now fail - there is no longer and object
+ // Updating again with the same delta will now fail - there is no longer an object
820
// with that uri and hash it was updated to the new content.
821
assert!(objects.verify_delta(&update_file1, &jail).is_err());
822
0 commit comments