We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa74804 commit 3d73769Copy full SHA for 3d73769
docsite/source/extensions/maybe.html.md
@@ -17,7 +17,7 @@ Dry::Types.load_extensions(:maybe)
17
Types = Dry.Types()
18
```
19
20
-2. Append `.maybe` to a _Type_ to return a _Monad_ object
+2. Append `.maybe` to a _Type_ to return a _Monad_ object
21
22
```ruby
23
x = Types::Maybe::Strict::Integer[nil]
0 commit comments