Skip to content

Commit cc3b97f

Browse files
committed
make error message clearer
Created using spr 1.3.6-beta.1
1 parent ef4a167 commit cc3b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/dropshot-api-manager/src/resolved.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub enum Problem<'a> {
183183
trivial changes such as type renames or documentation updates. \
184184
To proceed, bump the API version in the `api_versions!` macro; \
185185
unless you're introducing other changes, there's no need to make \
186-
changes to the API itself."
186+
changes to any endpoints."
187187
)]
188188
BlessedLatestVersionBytewiseMismatch {
189189
blessed: &'a BlessedApiSpecFile,

0 commit comments

Comments
 (0)