Skip to content

Commit

Permalink
Merge pull request #124 from tototoshi/feature/fix-typo-in-readme
Browse files Browse the repository at this point in the history
Fixed typo in README
  • Loading branch information
gakuzzzz committed Apr 10, 2015
2 parents dff9b7d + a78b730 commit d908f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Expand Up @@ -144,7 +144,7 @@ For example: `Build.scala`
* 将来のバージョンでは取り除かれる予定です。
* authorizationFailed(RequestHeader, User, Option[Authority]) を override してください。
*/
def authorizationFailed(request: RequestHeader)(implicit ctx: ExecutionContext): Future[Result] = throw new AsserionError
def authorizationFailed(request: RequestHeader)(implicit ctx: ExecutionContext): Future[Result] = throw new AssertionError

/**
* 権限チェックのアルゴリズムを指定します。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -153,7 +153,7 @@ Usage
* It will be removed in a future version
* Override `authorizationFailed(RequestHeader, User, Option[Authority])` instead of this
*/
def authorizationFailed(request: RequestHeader)(implicit ctx: ExecutionContext): Future[Result] = throw new AsserionError
def authorizationFailed(request: RequestHeader)(implicit ctx: ExecutionContext): Future[Result] = throw new AssertionError

/**
* A function that determines what `Authority` a user has.
Expand Down

0 comments on commit d908f57

Please sign in to comment.