We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ea015 commit 90dc1d1Copy full SHA for 90dc1d1
rust/signed_doc/src/validator/rules/ver.rs
@@ -55,7 +55,7 @@ impl VerRule {
55
if last_doc_ver >= ver {
56
doc.report().functional_validation(
57
&format!("New document ver should be greater that the submitted latest known. New document ver: {ver}, latest known ver: {last_doc_ver}"),
58
- &format!("Document's `ver` field should continuously incrising, for the the id {id}"),
+ &format!("Document's `ver` field should continuously increasing, for the the id {id}"),
59
);
60
is_valid = false;
61
}
0 commit comments