Skip to content

Commit 3101558

Browse files
Update plugins/updater/src/error.rs
Co-authored-by: Fabian-Lars <[email protected]>
1 parent f2a6b91 commit 3101558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/updater/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub enum Error {
4242
/// The platform was not found in the updater JSON response.
4343
#[error("the platform `{0}` was not found in the response `platforms` object")]
4444
TargetNotFound(String),
45-
/// Neither the platform not the fallback platform was not found in the updater JSON response.
45+
/// Neither the platform nor the fallback platform was found in the updater JSON response.
4646
#[error(
4747
"None of the fallback platforms `{0:?}` were found in the response `platforms` object"
4848
)]

0 commit comments

Comments
 (0)