Comma added (#477)

This commit is contained in:
Jose Roberto Ayala Solares 2016-10-19 14:49:35 +01:00 committed by Hadley Wickham
parent 3759e4b354
commit 86a4d1df6f
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ str(safe_log(10))
str(safe_log("a"))
```
When the function succeeds the `result` element contains the result and the `error` element is `NULL`. When the function fails, the `result` element is `NULL` and the `error` element contains an error object.
When the function succeeds, the `result` element contains the result and the `error` element is `NULL`. When the function fails, the `result` element is `NULL` and the `error` element contains an error object.
`safely()` is designed to work with map: