Skip to content

Commit 3d73769

Browse files
committed
Remove spurious whitespace
1 parent fa74804 commit 3d73769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsite/source/extensions/maybe.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Dry::Types.load_extensions(:maybe)
1717
Types = Dry.Types()
1818
```
1919

20-
2. Append `.maybe` to a _Type_ to return a _Monad_ object
20+
2. Append `.maybe` to a _Type_ to return a _Monad_ object
2121

2222
```ruby
2323
x = Types::Maybe::Strict::Integer[nil]

0 commit comments

Comments
 (0)