-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update and improve doc #2636
Update and improve doc #2636
Conversation
…ping; fix formatting of function arrows
This PR does not affect the produced WebAssembly code. |
…asing of descriptions
| `+==+` | | equals | ||
| `+!=+` | | not equals | ||
| `␣<␣` | O | less than _(must be enclosed in whitespace)_ | ||
| `␣>␣` | O | greater than _(must be enclosed in whitespace)_ |
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.
Why do we have ␣
s here and in the prev line?
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.
As a way to indicate that the spaces are required. I'm open to better suggestions...
@rossberg PTAL |
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.
Looks okay, but I can't claim that I understand the mark-up rules and what the difference is between single backtick, double backtick or backtick-plus.
Some comments on content we may want to fix while here.
I think the rich ASCII doc diff is too large for GH to handle, so many read
https://hydra.dfinity.systems/build/5455225/download/1/docs/language-guide/language-manual.html
side by side with this.
Or just approve it.