Skip to content

Commit ac85b8b

Browse files
committed
doc(opaques-details): typo
1 parent ff476f7 commit ac85b8b

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)