Skip to content

Commit

Permalink
Merge pull request scala#12687 from julianmendez/master
Browse files Browse the repository at this point in the history
Fix typo in syntax.md
  • Loading branch information
abgruszecki authored Jun 3, 2021
2 parents 1d5a2c4 + 01d47be commit 92c75ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/internals/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ given if implicit import lazy match new
null object override package private protected return
sealed super then throw trait true try
type val var while with yield
: = <- => <: :> #
: = <- => <: >: #
@ =>> ?=>
```

Expand Down

0 comments on commit 92c75ab

Please sign in to comment.