From 408b57368b47e4e34a5c0b8f9c2d177964337aff Mon Sep 17 00:00:00 2001 From: Jakob Peters Date: Mon, 13 May 2024 15:24:18 -0700 Subject: [PATCH] Fix docstring reference --- src/strings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.jl b/src/strings.jl index 47f6b19..a9a9b49 100644 --- a/src/strings.jl +++ b/src/strings.jl @@ -161,7 +161,7 @@ const examples = [ preamble A constant used at the beginning of Typst source files generated by -[`show(::IO,\u00A0::Union{MIME"image/png",\u00A0MIME"image/svg+xml"}),\u00A0::Any`](@ref). +[`show(::IO,\u00A0::Union{MIME"image/png",\u00A0MIME"image/svg+xml"},\u00A0::TypstString`)](@ref). # Examples ```jldoctest