summaryrefslogtreecommitdiff
path: root/src/image.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/image.rs
parent7e6e7e928c5208cc26b62774e3fbc8dda82f10b6 (diff)
Editable source files
Diffstat (limited to 'src/image.rs')
-rw-r--r--src/image.rs2
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]