Skip to content

Commit ca34019

Browse files
authored
Update opaques.md
someone forgot to define l2
1 parent d78b8c0 commit ca34019

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)