Seems pretty minor, but would it make sense to cha...
# announcements
d
Seems pretty minor, but would it make sense to change the error message for trying to add a constructor to a companion object from
constructors are not allowed for objects
to
constructors are not allowed for companion objects
since the first one reads pretty silly without the context.