Skip to content

Commit 55be0a0

Browse files
committed
improve a comment
1 parent 0231141 commit 55be0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_utils/src/label.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ macro_rules! define_label {
101101

102102
$(#[$label_attr])*
103103
pub trait $label_name: 'static {
104-
/// Essentially acts like a dynamic dispatch virtual table,
104+
/// Essentially acts like a trait object virtual table,
105105
/// but specialized for labels.
106106
const VTABLE : $crate::label::VTable = $crate::label::VTable {
107107
ty: || ::std::any::TypeId::of::<Self>(),

0 commit comments

Comments
 (0)