Skip to content

Commit

Permalink
Merge pull request #43 from fig/patch-1
Browse files Browse the repository at this point in the history
change BCCD to Solid in README
  • Loading branch information
serradura committed May 5, 2024
2 parents 5452520 + 7bb6c7f commit f49c8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ However, there may be instances where you need to retrieve the value of a succes

#### `result.value_or`

`BCCD::Result#value_or` returns the value when the result is a success. However, if it is a failure, the given block will be executed, and its outcome will be returned.
`Solid::Result#value_or` returns the value when the result is a success. However, if it is a failure, the given block will be executed, and its outcome will be returned.

```ruby
def divide(arg1, arg2)
Expand Down

0 comments on commit f49c8cf

Please sign in to comment.