From aa8a5bf42fa5f6e70faf374696888c640fae9e4e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 26 Feb 2023 23:07:50 +0100 Subject: Documentation fixes --- library/src/text/misc.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'library/src/text') diff --git a/library/src/text/misc.rs b/library/src/text/misc.rs index 147f758a..de7974cd 100644 --- a/library/src/text/misc.rs +++ b/library/src/text/misc.rs @@ -312,8 +312,7 @@ impl Case { /// Display text in small capitals. /// /// _Note:_ This enables the OpenType `smcp` feature for the font. Not all fonts -/// support this feature (including Typst's current default font, -/// unfortunately). Sometimes smallcaps are part of a dedicated font and +/// support this feature. Sometimes smallcaps are part of a dedicated font and /// sometimes they are not available at all. In the future, this function will /// support selecting a dedicated smallcaps font as well as synthesizing /// smallcaps from normal letters, but this is not yet implemented. -- cgit v1.2.3