mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
Fix typo
This commit is contained in:
parent
50e793e869
commit
04dbafaf4a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue