-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(*): Fix many more typos #5075
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
✅ Vercel Preview Deployment is ready! |
I would appreciate it if someone would advice me on what kind of version bumps should be in effect after these changes |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
crates/iota/src/client_ptb/parser.rs
Outdated
Ok(sp.wrap(ParsedPTBCommand::TransferObjects( | ||
transfer_froms, | ||
transfer_from, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree, it can't be transfers_x
, these are the multiple objects of a single Transfer
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
* chore(*): Fix many more typos * more fixes * fmt * tweaks * actual hex * hex again * 😤 * fix exp files * fix one more * new typos * Update tests * review * renames --------- Co-authored-by: Thibault Martinez <[email protected]> Signed-off-by: Lucas Tortora <[email protected]>
Description
This PR updates the typos config with better regex and removes some excess configs, as well as fixing the resulting typos that were found.