Skip to content

Commit f49c8cf

Browse files
authored
Merge pull request #43 from fig/patch-1
change BCCD to Solid in README
2 parents 5452520 + 7bb6c7f commit f49c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ However, there may be instances where you need to retrieve the value of a succes
497497

498498
#### `result.value_or`
499499

500-
`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.
500+
`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.
501501

502502
```ruby
503503
def divide(arg1, arg2)

0 commit comments

Comments
 (0)