From 6edf5c3ee95b1dd500561ac61395ef4fc25606be Mon Sep 17 00:00:00 2001 From: "Magnolia.K" Date: Sun, 13 Jun 2021 19:57:15 +0900 Subject: [PATCH] Fix typo in syntax-3.1.md The supertype symbol was ':>' and it was changed to '>:' . https://github.com/lampepfl/dotty/pull/12687 --- docs/docs/internals/syntax-3.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/internals/syntax-3.1.md b/docs/docs/internals/syntax-3.1.md index 8a7eea52a09f..c2f9a0b15826 100644 --- a/docs/docs/internals/syntax-3.1.md +++ b/docs/docs/internals/syntax-3.1.md @@ -96,7 +96,7 @@ erased extends false final finally for given if implied import lazy match new null object package private protected override return super sealed then throw trait true try type val var while yield -: = <- => <: :> # @ +: = <- => <: >: # @ ``` ### Soft keywords