Skip to content

Commit 405edc3

Browse files
NthPortalMartijn Hoekstra
authored andcommitted
[squash] fix typo
1 parent ea87916 commit 405edc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/util/Using.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ object Using {
280280
}
281281

282282
object Resource {
283-
/** An implicit `Resource` for [[java.lang.AutoCloseable `AutoClosable`s]]. */
283+
/** An implicit `Resource` for [[java.lang.AutoCloseable `AutoCloseable`s]]. */
284284
implicit val autoCloseableResource: Resource[AutoCloseable] = (resource: AutoCloseable) => resource.close()
285285
}
286286

0 commit comments

Comments
 (0)