diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2020-10-08 21:40:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 15:40:49 -0400 |
commit | c06fbc449d3a92b5a650ce5bddb28ebbfebf3aa7 (patch) | |
tree | 398cc76954258e4f974d6f5522f8332bfd714188 /core/error.rs | |
parent | 6897ea8ebe39b335fe268a315a89786b3af609d6 (diff) |
Fix typos (#7882)
Diffstat (limited to 'core/error.rs')
-rw-r--r-- | core/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/error.rs b/core/error.rs index 30aa88773..8a80e3024 100644 --- a/core/error.rs +++ b/core/error.rs @@ -51,7 +51,7 @@ pub fn bad_resource_id() -> AnyError { } pub fn not_supported() -> AnyError { - custom_error("NotSupported", "The operation is supported") + custom_error("NotSupported", "The operation is not supported") } pub fn resource_unavailable() -> AnyError { |