Skip to content

Commit aa7f9c5

Browse files
committed
Update README.md
1 parent aeb04c6 commit aa7f9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ SharedWebCredential.remove("https://example.com", account: "username") { result
360360

361361
```swift
362362
// Data with 20 uniformly distributed random bytes
363-
let randomData = SecureRandomDataGenerator(count: 20).next()
363+
let randomData = try SecureRandomDataGenerator(count: 20).next()
364364
```
365365

366366
## Security

0 commit comments

Comments
 (0)