diff options
Diffstat (limited to 'src/image.rs')
| -rw-r--r-- | src/image.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.rs b/src/image.rs index f98c7b1b..6ccfb11d 100644 --- a/src/image.rs +++ b/src/image.rs @@ -79,7 +79,7 @@ impl ImageStore { /// Get a reference to a loaded image. /// - /// This panics if no image with this id was loaded. This function should + /// This panics if no image with this `id` was loaded. This function should /// only be called with ids returned by this store's [`load()`](Self::load) /// method. #[track_caller] |
