Skip to content

Commit bfc2326

Browse files
Update SIPs state
1 parent 082440b commit bfc2326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sips/sips/quote-pattern-type-variable-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ We want to be able to refer to the variable by its non-backticked name uniformly
8181

8282
### High-level overview
8383

84-
We first want to introduce syntax for explicit type variable definitions in quoted type patterns that aligns with expression quoted patterns. We can use the syntax described in [explicit type variables](Explicit-type-variables).
84+
We first want to introduce syntax for explicit type variable definitions in quoted type patterns that aligns with expression quoted patterns. We can use the syntax described in [explicit type variables](#explicit-type-variables).
8585

8686
```scala
8787
case '[ type t; List[`t`] ] => f[t]

0 commit comments

Comments
 (0)