We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29f9a commit 922436bCopy full SHA for 922436b
design/mvp/WIT.md
@@ -59,7 +59,7 @@ comment ::= '//' character-that-isnt-a-newline*
59
```
60
61
There is a special type of comment called `documentation comment`. A
62
-`doc-comment` is either a line comment preceded with `///` whichends at the next
+`doc-comment` is either a line comment preceded with `///` which ends at the next
63
newline (`\n`) character or it's a block comment which starts with `/**` and ends
64
with `*/`. Note that block comments are allowed to be nested and their delimiters
65
must be balanced
0 commit comments