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

Remove redundant backtick from ScalaDoc #8700

Merged
merged 2 commits into from Oct 13, 2018

Conversation

aaabramov
Copy link
Contributor

Purpose

Remove redundant backtick (`) from ScalaDoc

@@ -16,7 +16,7 @@ import play.api.mvc.request.RequestAttrKey
*/
trait CSPProcessor {
/**
* Inspects the request header, and returns a CSPResult iff the
* Inspects the request header, and returns a CSPResult if the
Copy link
Member

Choose a reason for hiding this comment

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

I think the iff was intentional, meaning, "if and only if"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm, possibly it makes sense. But I have never seen iff in docs anywhere.

Copy link
Member

@gmethvin gmethvin Oct 13, 2018

Choose a reason for hiding this comment

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

I think it's fine with if since there is clarification below. Plus "iff" in this context is probably not widely understood.

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

Successfully merging this pull request may close these issues.

None yet

3 participants