We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a718209 commit 7c9a252Copy full SHA for 7c9a252
src/main/scala/progscala2/introscala/shapes/shapes.scala
@@ -1,4 +1,4 @@
1
-// src/main/scala/progscala2/introscala/shapes/Shapes.scala
+// src/main/scala/progscala2/introscala/shapes/shapes.scala
2
package progscala2.introscala.shapes
3
4
case class Point(x: Double = 0.0, y: Double = 0.0) // <1>
0 commit comments