mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:19:20 +03:00
Fix typo
This commit is contained in:
@ -368,7 +368,7 @@ impl Display for LogEntry {
|
||||
observed,
|
||||
} => write!(
|
||||
f,
|
||||
#"Unexected field {}. Expected one of: {{{}}}, observed: {}"#,
|
||||
"Unexpected field {}. Expected one of: {{{}}}, observed: {}",
|
||||
field_name,
|
||||
expected
|
||||
.iter()
|
||||
|
Reference in New Issue
Block a user