Comma added (#477)
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user