Simplify doc comment

This commit is contained in:
Hanno Braun 2023-01-10 16:52:00 +01:00
parent 2b09c31b2b
commit 2772e397d8

View File

@ -80,7 +80,7 @@ impl Surfaces {
self.store.reserve() self.store.reserve()
} }
/// Insert a [`Surface`] into the store /// Insert an object into the store
pub fn insert(&mut self, handle: Handle<Surface>, surface: Surface) { pub fn insert(&mut self, handle: Handle<Surface>, surface: Surface) {
self.store.insert(handle, surface); self.store.insert(handle, surface);
} }