forked from spacebar/rust-nex
Fix typo
This commit is contained in:
parent
66004f7713
commit
574ff4114e
5 changed files with 11 additions and 11 deletions
|
|
@ -177,7 +177,7 @@ impl RmcProtocolData {
|
|||
let deser_params =
|
||||
fold_tokenable(parameters.iter().map(|(param_name, param_type, attribs)| {
|
||||
let error_msg = LitStr::new(
|
||||
&format!("an error occurred whilest deserializing {}", param_name),
|
||||
&format!("an error occurred whilst deserializing {}", param_name),
|
||||
Span::call_site(),
|
||||
);
|
||||
let return_from_deser_error = if self.has_returns {
|
||||
|
|
|
|||
Loading…
Reference in a new issue