diff --git a/collects/scribblings/guide/contracts-simple-function.scrbl b/collects/scribblings/guide/contracts-simple-function.scrbl index fa3d42c59c..bc271a3690 100644 --- a/collects/scribblings/guide/contracts-simple-function.scrbl +++ b/collects/scribblings/guide/contracts-simple-function.scrbl @@ -179,7 +179,7 @@ Lesson: learn about the built-in contracts in @schememodname[scheme/contract]. @ctc-section[#:tag "and-or"]{The @scheme[and/c], @scheme[or/c], and @scheme[listof] Contract Combinators} -Both @scheme[and/c] and @scheme[or/c] ombine contracts and +Both @scheme[and/c] and @scheme[or/c] combine contracts and they do what you expect them to do. For example, if we didn't have @scheme[natural-number/c], the