Skip to content

Commit 4785f26

Browse files
authored
Typo fix at error
1 parent 6aeba39 commit 4785f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lints/pub_api_sealed_trait_became_unconditionally_sealed.ron

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SemverQuery(
4848
"public": "public",
4949
"true": true,
5050
},
51-
error_message: "A public API sealed trait has became unconditionally sealed, blocking external implementations, including those from first-party crates that rely on the non-public API.",
51+
error_message: "A public API sealed trait has become unconditionally sealed, blocking external implementations, including those from first-party crates that rely on the non-public API.",
5252
per_result_error_template: Some("trait {{join \"::\" path}} in file {{span_filename}}:{{span_begin_line}}"),
5353
witness: None,
5454
)

0 commit comments

Comments
 (0)