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

Allow dot inside a parenthesis #7

Closed
egonelbre opened this issue Jul 16, 2020 · 2 comments
Closed

Allow dot inside a parenthesis #7

egonelbre opened this issue Jul 16, 2020 · 2 comments

Comments

@egonelbre
Copy link

This code is reported as missing a dot due to the parenthesis:

package main

// Example is an example struct. (A side-comment.)
type Example struct{}
@tetafro
Copy link
Owner

tetafro commented Jul 18, 2020

Interesting, I didn't know this is grammatically correct to put whole sentences with period inside the parenthesis. But seems like it is :)
I'll fix it.

@tetafro
Copy link
Owner

tetafro commented Jul 22, 2020

Fixed in 0.4.5

@tetafro tetafro closed this as completed Jul 22, 2020
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