Skip to content

Commit 90dc1d1

Browse files
committed
chore: cspellfix
1 parent 61ea015 commit 90dc1d1

File tree

1 file changed

+1
-1
lines changed
  • rust/signed_doc/src/validator/rules

1 file changed

+1
-1
lines changed

rust/signed_doc/src/validator/rules/ver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl VerRule {
5555
if last_doc_ver >= ver {
5656
doc.report().functional_validation(
5757
&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}"),
58+
&format!("Document's `ver` field should continuously increasing, for the the id {id}"),
5959
);
6060
is_valid = false;
6161
}

0 commit comments

Comments
 (0)