-
Notifications
You must be signed in to change notification settings - Fork 466
fix typos in backtrack.rs #328
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
Conversation
@@ -36,7 +36,7 @@ type Bits = u32; | |||
const BIT_SIZE: usize = 32; | |||
const MAX_SIZE_BYTES: usize = 256 * (1 << 10); // 256 KB | |||
|
|||
/// Returns true iff the given regex and input should be executed by this | |||
/// Returns true if the given regex and input should be executed by this |
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.
This actually isn't a typo. "iff" is vernacular for "if and only if." If you get rid of this change, I'll merge the other. :-)
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.
Oh -- thanks for teaching me something new, never came across that before! I'll remove that change then!
invalid fix removed! |
@bors r+ |
📌 Commit 0263a18 has been approved by |
Thanks! |
☀️ Test successful - status-appveyor, status-travis |
No description provided.