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

Fix spelling: occurences -> occurrences, #158

Merged
merged 1 commit into from Dec 22, 2018

Conversation

florianjacob
Copy link
Contributor

was found in comments and code, but required no user-facing API change.
Tests were execute successfully.

The misspelled comments lead me to a

#[structopt(short = "v", long = "verbose", parse(from_occurences))]

which fails with a

error: proc-macro derive panicked                                                                                                           
  --> src/main.rs:17:10                                                                                                                     
   |                                                                                                                                        
17 | #[derive(StructOpt, Debug)]                                                                                                            
   |          ^^^^^^^^^                                                                                                                     
   |                                                                                                                                        
   = help: message: called `Result::unwrap()` on an `Err` value: "unsupported parser from_occurences"                                       
                                                                                                                                            
error: aborting due to previous error

was found in comments and code, but required no user-facing API change.
Copy link
Owner

@TeXitoi TeXitoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@TeXitoi TeXitoi merged commit b4cdc47 into TeXitoi:master Dec 22, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants