We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2da416 commit 33b6cb6Copy full SHA for 33b6cb6
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