Skip to content

Commit d42bad2

Browse files
rrthomaslexi-lambda
authored andcommitted
functional.scrbl: tiny typo fix
1 parent ac631f6 commit d42bad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functional-doc/scribblings/data/functional.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Here is an example implementation of the most trivial possible monad, the identi
369369
@defmodule[data/maybe]
370370

371371
The @emph{maybe} pattern implements @deftech{optional values}, values that represent computations that
372-
can fail. Idiomatic Scheme uses @racket[#f] to represent a “lack of a value”, similar to now @tt{null}
372+
can fail. Idiomatic Scheme uses @racket[#f] to represent a “lack of a value”, similar to how @tt{null}
373373
is used in other programming languages, but this exhibits a few problems:
374374

375375
@itemlist[

0 commit comments

Comments
 (0)