mirror of
https://github.com/jnsahaj/lumen.git
synced 2025-08-04 10:59:29 +00:00
fix: correct typo in LumenError
This commit is contained in:
parent
4fa8687df9
commit
a1d89a1387
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ pub enum LumenError {
|
|||
CommandError(String),
|
||||
|
||||
#[error(transparent)]
|
||||
ProvderError(#[from] ProviderError),
|
||||
ProviderError(#[from] ProviderError),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue