Skip to content

Commit

Permalink
fix typo in name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Dec 13, 2024
1 parent cb45e72 commit f89f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/bykn/bosatsu/Package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ object Package {
}
}

implicit class ResolvedMedthods(private val resolved: Resolved) extends AnyVal {
implicit class ResolvedMethods(private val resolved: Resolved) extends AnyVal {
def importName[F[_], A](
fromPackage: PackageName,
item: ImportedName[Unit]
Expand Down

0 comments on commit f89f3ad

Please sign in to comment.