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/image.rs | |
| parent | 7e6e7e928c5208cc26b62774e3fbc8dda82f10b6 (diff) | |
Editable source files
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] |
