Update sixtyfps_compiler/generator.rs

Co-authored-by: Simon Hausmann <simon.hausmann@sixtyfps.io>
This commit is contained in:
Olivier Goffart 2021-05-20 11:06:20 +02:00 committed by Olivier Goffart
parent a071738a4a
commit 59b12d20e8

View file

@ -134,7 +134,7 @@ pub fn build_array_helper(component: &Component, mut visit_item: impl FnMut(&Ele
} }
} }
/// Will wall the `handle_property` callback for every property that needs to be initialized. /// Will call the `handle_property` callback for every property that needs to be initialized.
/// This function makes sure to call them in order so that if constant binding need to access /// This function makes sure to call them in order so that if constant binding need to access
/// constant properties, these are already initialized /// constant properties, these are already initialized
pub fn handle_property_bindings_init( pub fn handle_property_bindings_init(