Fix typo
All checks were successful
Build and Test / wii-u-chat (push) Successful in 3m44s
Build and Test / sonic-transformed (push) Successful in 3m53s
Build and Test / wii-sports-club (push) Successful in 4m5s
Build and Test / friends (push) Successful in 4m12s
Build and Test / fast-racing-neo (push) Successful in 4m13s
Build and Test / puyopuyo (push) Successful in 4m13s
Build and Test / mario-tennis (push) Successful in 4m15s
Build and Test / splatoon-testfire (push) Successful in 4m15s
Build and Test / splatoon (push) Successful in 4m15s
Build and Test / minecraft-wiiu (push) Successful in 4m16s
Build and Test / super-mario-maker (push) Successful in 4m39s

This commit is contained in:
Jerry Starke 2026-06-21 02:49:52 +02:00
commit 574ff4114e
5 changed files with 11 additions and 11 deletions

View file

@ -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 {