This commit is contained in:
hyouuu 2016-10-19 10:03:27 -07:00 committed by GitHub
parent 0edc8649c0
commit 63ecf63b8e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ extension UserController: ResourceRepresentable {
Conforming `UserController` to `ResourceRepresentable` requires that the signatures of the `index` and `show` methods match what the `Resource<User>` is expecting.
Here is a peak into the `Resource` class.
Here is a peek into the `Resource` class.
```swift
final class Resource<Model: StringInitializable> {