mirror of https://github.com/vapor/docs.git
`string` -> `makeString()`
This commit is contained in:
parent
13954e86cc
commit
704d3dfb60
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue