Skip to content

Commit

Permalink
Fix typo in explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
x3ro authored Oct 28, 2019
1 parent 950a2e7 commit aae3e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ object messages {
em"""no enclosing class or object is named '${hl(name.show)}'"""
val explanation: String =
ex"""
|The class or object named '${hl(name.show)}' was used a visibility
|The class or object named '${hl(name.show)}' was used as a visibility
|modifier, but could not be resolved. Make sure that
|'${hl(name.show)}' is not misspelled and has been imported into the
|current scope.
Expand Down

0 comments on commit aae3e6a

Please sign in to comment.