diff --git a/examples/Results/README.md b/examples/Results/README.md index 27e4e40..aac0d6d 100644 --- a/examples/Results/README.md +++ b/examples/Results/README.md @@ -1,6 +1,6 @@ # Results & Error Handling -This example shows how to use `Result` in functions that can return errors. In particular, we will see how to use `Result.try` or the try operator `?` to chain functions and return the first error if any occurs. +This example shows how to use [`Result`](https://www.roc-lang.org/builtins/Result) in functions that can return errors. We will see how to use `Result.try` or the try operator `?` to chain functions and return the first error if any occurs. ## Code