mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-15 03:35:52 +00:00
Simplify doc comment
This commit is contained in:
parent
2b09c31b2b
commit
2772e397d8
@ -80,7 +80,7 @@ impl Surfaces {
|
||||
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) {
|
||||
self.store.insert(handle, surface);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user