From 86a4d1df6f9b3b268d5e3bf7b74d17a60850b7f1 Mon Sep 17 00:00:00 2001 From: Jose Roberto Ayala Solares Date: Wed, 19 Oct 2016 14:49:35 +0100 Subject: [PATCH] Comma added (#477) --- iteration.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iteration.Rmd b/iteration.Rmd index ffe87c0..fb93c6b 100644 --- a/iteration.Rmd +++ b/iteration.Rmd @@ -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: