`string` -> `makeString()`

This commit is contained in:
Steffen D. Sommer 2017-08-17 14:23:52 +02:00 committed by GitHub
parent 13954e86cc
commit 704d3dfb60
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ To hash a string, use the `hash` property on `Droplet`.
```swift
let digest = try drop.hash.make("vapor")
print(digest.string)
print(digest.makeString())
```
### Checking