that's not what that word means

This commit is contained in:
lifning 2021-10-17 22:13:20 -07:00
parent 2ff0444854
commit 1b311837d4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub struct RetroComponentBase {
retro: LibretroWrapper,
libretro_path: PathBuf,
// TODO: control when things get added to this with lifetime constraints defined by implementers
// TODO: control when things get added to this with lifecycle constraints defined by implementers
components: Vec<Pin<Box<dyn RetroComponent>>>,
component_ptrs: HashMap<TypeId, *mut ()>,