Skip to content

Commit dede4fa

Browse files
committed
Remove spurious whitespace
1 parent 0c75ca3 commit dede4fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docsite/source/enum.html.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class Cell < Dry::Struct
5959
attribute :state, Types::String.enum('locked' => 0, 'open' => 1)
6060
end
6161

62-
6362
Cell.new(state: 'locked')
6463
# => #<Cell state="locked">
6564

docsite/source/extensions/maybe.html.md

Lines changed: 1 addition & 1 deletion
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)