summaryrefslogtreecommitdiff
path: root/library/src/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-26 23:07:50 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-26 23:07:50 +0100
commitaa8a5bf42fa5f6e70faf374696888c640fae9e4e (patch)
tree760187b248ebffc5b319f91f14773303f6f3253a /library/src/text
parent7597b997890647aa0546ec7bfef1eae4e33cedcb (diff)
Documentation fixes
Diffstat (limited to 'library/src/text')
-rw-r--r--library/src/text/misc.rs3
1 files changed, 1 insertions, 2 deletions
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.