Skip to content

Commit 61ea245

Browse files
authored
Merge pull request #6447 from phderome/patch-1
Update opaques.md
2 parents d78b8c0 + ca34019 commit 61ea245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ following operations would be valid because they use functionality implemented i
4040

4141
```scala
4242
val l = Logarithm(1.0)
43+
val l2 = Logarithm(2.0)
4344
val l3 = l * l2
4445
val l4 = l + l2
4546
```

0 commit comments

Comments
 (0)