mirror of
https://github.com/callumio/suck.git
synced 2025-12-17 03:29:21 +00:00
misc: typo
This commit is contained in:
parent
828c06e872
commit
8f5f7b341c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ pub enum Error {
|
||||||
NoSource,
|
NoSource,
|
||||||
|
|
||||||
/// Internal error (e.g., mutex poisoning or source execution failure)
|
/// Internal error (e.g., mutex poisoning or source execution failure)
|
||||||
#[error("Internal error occured")] // TODO: Expand on this
|
#[error("Internal error occurred")] // TODO: Expand on this
|
||||||
InternalError,
|
InternalError,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue