Skip to content

Commit f05f037

Browse files
committed
Docs
1 parent 8cb9639 commit f05f037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def bad_function() -> Optional[int]:
243243
maybe_result: Maybe[float] = bad_function().map(
244244
lambda number: number / 2,
245245
)
246-
# => Maybe will return Some(float) only if there's a non-None value
246+
# => Maybe will return Some[float] only if there's a non-None value
247247
# Otherwise, will return Nothing
248248
```
249249

0 commit comments

Comments
 (0)