diff --git a/examples/tabs/tabs.rs b/examples/tabs/tabs.rs index 1a169e1ba4f53b4d4da77f04f839ab41f4d052c4..5d43a801443825fd051eb82e3a91c781eab358e0 100644 --- a/examples/tabs/tabs.rs +++ b/examples/tabs/tabs.rs @@ -40,7 +40,7 @@ fn TabDemo() { ..Default::default() }; - // This is not the most ideal way to generate tabs. For one, the `content` has no access to its actual context + // TODO: This is not the most ideal way to generate tabs. For one, the `content` has no access to its actual context // (i.e. where it actually exists in the hierarchy). Additionally, it would be better if tabs were created as // children of `TabBox`. These are issues that will be addressed in the future, so for now, this will work. let tabs = vec![ @@ -147,4 +147,4 @@ fn main() { .add_plugin(BevyKayakUIPlugin) .add_startup_system(startup) .run(); -} \ No newline at end of file +}