Skip to content

Commit 01d47be

Browse files
committed
Fix typo in syntax.md
The supertype symbol was ':>' and it was changed to '>:' .
1 parent b955f9a commit 01d47be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ given if implicit import lazy match new
116116
null object override package private protected return
117117
sealed super then throw trait true try
118118
type val var while with yield
119-
: = <- => <: :> #
119+
: = <- => <: >: #
120120
@ =>> ?=>
121121
```
122122

0 commit comments

Comments
 (0)