diff --git a/scribblings/utils.scrbl b/scribblings/utils.scrbl index 83d4428..808c987 100644 --- a/scribblings/utils.scrbl +++ b/scribblings/utils.scrbl @@ -393,7 +393,7 @@ a couple conversions. ] As of 2022-04-07, Typed Racket cannot convert the type of -@racket[lists-transpose] to a contract. The @seclink["untyped"]{untyped +@racket[lists-transpose] to a contract. The @seclink["utils/untyped"]{untyped submodule} provides a version of this function which can be used in untyped code. @@ -517,7 +517,7 @@ Converts 0 to @racket[#f] and 1 to @racket[#t]. (01->boolean 1) ]} -@section[#:tag "untyped"]{Untyped code} +@section[#:tag "utils/untyped"]{Untyped code} @defmodule[(submod dds/utils untyped)]