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

Docs for != operator should say that it is an alias to !== #1515

Closed
AlexDaniel opened this issue Sep 3, 2017 · 4 comments
Closed

Docs for != operator should say that it is an alias to !== #1515

AlexDaniel opened this issue Sep 3, 2017 · 4 comments
Labels
docs Documentation issue (primary issue type)

Comments

@AlexDaniel
Copy link
Member

https://docs.perl6.org/routine/!=

This is a continuation of #1227

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Sep 3, 2017
@lancew
Copy link
Contributor

lancew commented Sep 3, 2017

Suggestions on wording for this other than say:

Is an alias to C«!==»

Presume in doc/Language/operators.pod6 ?

@AlexDaniel
Copy link
Member Author

Probably X<C«!==»> to make it searchable.

@AlexDaniel
Copy link
Member Author

It may be a good opportunity to say that ! in !== is a metaop.

See also #1227.

@AlexDaniel
Copy link
Member Author

@lancew 🍕

AlexDaniel added a commit that referenced this issue Sep 3, 2017
Also move !== reference. Resolves #1227 and makes a slight adjustment
to the already closed #1515.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

2 participants