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 f2a6b91 commit 3101558Copy full SHA for 3101558
plugins/updater/src/error.rs
@@ -42,7 +42,7 @@ pub enum Error {
42
/// The platform was not found in the updater JSON response.
43
#[error("the platform `{0}` was not found in the response `platforms` object")]
44
TargetNotFound(String),
45
- /// Neither the platform not the fallback platform was not found in the updater JSON response.
+ /// Neither the platform nor the fallback platform was found in the updater JSON response.
46
#[error(
47
"None of the fallback platforms `{0:?}` were found in the response `platforms` object"
48
)]
0 commit comments