Skip to content

Commit c7ad884

Browse files
committed
Fix typo
1 parent 6842650 commit c7ad884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ since `Permissions` and `PermissionChoice` are different, unrelated types outsid
135135

136136

137137
### Opaque Type Members on Classes
138-
While typically, opaque types are used toghether with objects to hide implementation details of a module, they can also be used with classes.
138+
While typically, opaque types are used together with objects to hide implementation details of a module, they can also be used with classes.
139139

140140
For example, we can redefine the above example of Logarithms as a class.
141141
```scala

0 commit comments

Comments
 (0)