Skip to content

Commit 922436b

Browse files
Fix typo in comment
Co-authored-by: Dan Gohman <dev@sunfishcode.online>
1 parent 1e29f9a commit 922436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/WIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ comment ::= '//' character-that-isnt-a-newline*
5959
```
6060

6161
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
62+
`doc-comment` is either a line comment preceded with `///` which ends at the next
6363
newline (`\n`) character or it's a block comment which starts with `/**` and ends
6464
with `*/`. Note that block comments are allowed to be nested and their delimiters
6565
must be balanced

0 commit comments

Comments
 (0)