Skip to content

Commit

Permalink
Updated JdbcActionComponent.scala
Browse files Browse the repository at this point in the history
Corrected the spelling of 'used' in the documentation of updateStatement method
  • Loading branch information
akshanshjain95 committed Aug 13, 2017
1 parent 15d9750 commit c4fb737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick/src/main/scala/slick/jdbc/JdbcActionComponent.scala
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ trait JdbcActionComponent extends SqlActionComponent { self: JdbcProfile =>
}
}
}
/** Get the statement usd by `update` */
/** Get the statement used by `update` */
def updateStatement: String = sres.sql
}

Expand Down

0 comments on commit c4fb737

Please sign in to comment.