summaryrefslogtreecommitdiff
path: root/src/font.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.rs')
-rw-r--r--src/font.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.rs b/src/font.rs
index 313dcf8f..300774bb 100644
--- a/src/font.rs
+++ b/src/font.rs
@@ -140,7 +140,7 @@ impl FontStore {
/// Get a reference to a loaded face.
///
- /// This panics if no face with this id was loaded. This function should
+ /// This panics if no face with this `id` was loaded. This function should
/// only be called with ids returned by this store's
/// [`select()`](Self::select) method.
#[track_caller]