Comma added (#477)
This commit is contained in:
parent
3759e4b354
commit
86a4d1df6f
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue