Skip to content

Commit 9cda856

Browse files
authored
Remove doc-comment from WIT.md (#281)
Resolves #273
1 parent d1f4756 commit 9cda856

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

design/mvp/WIT.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -796,17 +796,6 @@ comment ::= '//' character-that-isnt-a-newline*
796796
| '/*' any-unicode-character* '*/'
797797
```
798798

799-
There is a special type of comment called `documentation comment`. A
800-
`doc-comment` is either a line comment preceded with `///` which ends at the next
801-
newline (`\n`) character or it's a block comment which starts with `/**` and ends
802-
with `*/`. Note that block comments are allowed to be nested and their delimiters
803-
must be balanced
804-
805-
```ebnf
806-
doc-comment ::= '///' character-that-isnt-a-newline*
807-
| '/**' any-unicode-character* '*/'
808-
```
809-
810799
### Operators
811800

812801
There are some common operators in the lexical structure of `wit` used for

0 commit comments

Comments
 (0)