Skip to content

Commit 724e0bb

Browse files
benluobishabosha
andauthored
Update _overviews/scala3-book/taste-objects.md
Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
1 parent f365560 commit 724e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/taste-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This example demonstrates how the `area` method in the companion class can acces
7070
import scala.math._
7171

7272
class Circle(radius: Double) {
73-
import Circle.__
73+
import Circle._
7474
def area: Double = calculateArea(radius)
7575
}
7676

0 commit comments

Comments
 (0)