Skip to content
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

Rust: Generated comment on types has a typo #129

Open
jonjove opened this issue Aug 15, 2022 · 2 comments
Open

Rust: Generated comment on types has a typo #129

jonjove opened this issue Aug 15, 2022 · 2 comments

Comments

@jonjove
Copy link

jonjove commented Aug 15, 2022

Generated comments contain text like "is an XDR Struct defines as" which should read "is an XDR Struct defined as".

@leighmcculloch leighmcculloch changed the title Generated comments have a typo Rust: Generated comment on types has a typo Aug 15, 2022
@leighmcculloch
Copy link
Member

I believe you're referring to the Rust generated code and the following line, please correct me if I'm mistaken.

// MyStruct is an XDR Struct defines as:

Should be fixable here:

// #{name defn} is an XDR #{defn.class.name.demodulize} defines as:

@jonjove
Copy link
Author

jonjove commented Aug 15, 2022

That is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants