Rename section in README

This commit is contained in:
Michael Bull 2021-01-30 22:31:32 +00:00
parent 0dcc1f0e8d
commit f6df46ec5e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ to include yours.
- [[JP] KotlinでResult型使うならkotlin-resultを使おう](https://note.com/yasukotelin/n/n6d9e352c344c)
- [[JP] kotlinのコードにReturn Resultを組み込む](https://nnao45.hatenadiary.com/entry/2019/11/30/224820)
### Creating Results
## Getting Started
The idiomatic approach to modelling operations that may fail in Railway
Oriented Programming is to avoid throwing an exception and instead make the