Skip to content

Commit 771b0c0

Browse files
authored
Merge pull request #7 from tegonal/doc-opaque-detail
doc(opaques-details): typo
2 parents 47223c0 + ac85b8b commit 771b0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/opaques-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ where the lower bound `L` and the upper bound `U` may be missing, in which case
2525
Inside the scope of the alias definition, the alias is transparent: `T` is treated
2626
as a normal alias of `R`. Outside its scope, the alias is treated as the abstract type
2727
```scala
28-
type T >: L <: U`
28+
type T >: L <: U
2929
```
3030
A special case arises if the opaque type is defined in an object. Example:
3131
```

0 commit comments

Comments
 (0)