summaryrefslogtreecommitdiff
path: root/src/font.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-08-16 14:33:32 +0200
committerLaurenz <laurmaedje@gmail.com>2021-08-16 14:40:02 +0200
commitba6b91e2ee9dfa729d21879f27773de7c7731cfe (patch)
tree1ad97aba9a51582d245fc34cc6b3a94be762e2b7 /src/font.rs
parent7e6e7e928c5208cc26b62774e3fbc8dda82f10b6 (diff)
Editable source files
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]