Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jan 4, 2022
1 parent f2da416 commit 33b6cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/source/extensions/maybe.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Dry::Types.load_extensions(:maybe)
Types = Dry.Types()
```

2. Append `.maybe` to a _Type_ to return a _Monad_ object
2. Append `.maybe` to a _Type_ to return a _Monad_ object

```ruby
x = Types::Maybe::Strict::Integer[nil]
Expand Down

0 comments on commit 33b6cb6

Please sign in to comment.