diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/occurrence.scrbl b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/occurrence.scrbl index 8f5668a68a..c21676ce51 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/occurrence.scrbl +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/typed-racket/scribblings/guide/occurrence.scrbl @@ -51,7 +51,7 @@ have based on a predicate check in a conditional expression, it can narrow the type of the variable within the appropriate branch of the conditional. -@section{Filter and Predicates} +@section{Filters and Predicates} In the previous section, we demonstrated that a Typed Racket programmer can take advantage of occurrence typing to type-check functions