Skip to content

Commit b7a7a66

Browse files
authored
fix typo
1 parent 79a5b37 commit b7a7a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/scalikejdbc/async/AsyncResultSetTraversable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package scalikejdbc.async
1818
import scalikejdbc._
1919

2020
/**
21-
* AysncResultSet Traversable
21+
* AsyncResultSet Traversable
2222
*/
2323
class AsyncResultSetTraversable(var rs: AsyncResultSet) extends Traversable[WrappedResultSet] {
2424

0 commit comments

Comments
 (0)