Skip to content

Commit

Permalink
Remove divider from README
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Jun 3, 2021
1 parent 611023a commit bd09ff1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ val id: String = requireArguments().requireString("user_id")

These methods in the library will throw meaningful exceptions based on the error that occurred - see the method docs for details.

---

To make the nullable case more obvious and explicit, requireKTX also includes `getOrNull` style methods for everything that it covers with `require` style methods. These match the conventions of the Kotlin Standard Library, and can make it clearer that `null` is returned if a value for a key couldn't be fetched.

```kotlin
Expand Down

0 comments on commit bd09ff1

Please sign in to comment.