Skip to content

Commit

Permalink
[squash] fix yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NthPortal committed Dec 11, 2018
1 parent 1db3a94 commit cdbb577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/util/Using.scala
Expand Up @@ -383,7 +383,7 @@ object Using {
}

object Releasable {
/** An implicit `Resource` for [[java.lang.AutoCloseable `AutoCloseable`s]]. */
/** An implicit `Releasable` for [[java.lang.AutoCloseable `AutoCloseable`s]]. */
implicit val autoCloseableIsReleasable: Releasable[AutoCloseable] = (resource: AutoCloseable) => resource.close()
}

Expand Down

0 comments on commit cdbb577

Please sign in to comment.