Skip to content

Commit

Permalink
Hyphenate compound words
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsknn authored and lpil committed Jun 10, 2024
1 parent 2f5ef9e commit 3f0eacd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="https://hexdocs.pm/gleam_stdlib/gleam/result.html#try" target="_blank">
<code>try</code>
</a>
runs a result returning function on the value held within an Ok of a result.
runs a result-returning function on the value held within an Ok of a result.
If the result is an error then the function is not called. This is useful for
chaining together multiple function calls that can fail, one after the other,
stopping at the first error.
Expand All @@ -36,5 +36,5 @@

<p>
Result functions are often used with pipelines to chain together multiple
calls to result returning functions.
calls to result-returning functions.
</p>

0 comments on commit 3f0eacd

Please sign in to comment.