diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-16 14:33:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-16 14:40:02 +0200 |
| commit | ba6b91e2ee9dfa729d21879f27773de7c7731cfe (patch) | |
| tree | 1ad97aba9a51582d245fc34cc6b3a94be762e2b7 /src/font.rs | |
| parent | 7e6e7e928c5208cc26b62774e3fbc8dda82f10b6 (diff) | |
Editable source files
Diffstat (limited to 'src/font.rs')
| -rw-r--r-- | src/font.rs | 2 |
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] |
