doc: Fix grammar of slint_interpreter::ComponentDefinition::properties() C++ docs

This commit is contained in:
Simon Hausmann 2023-07-17 12:00:50 +02:00
parent 667d071ec0
commit a8c07d64c5

View file

@ -832,7 +832,7 @@ public:
return u.result;
}
/// Returns a vector of that contains PropertyDescriptor instances that describe the list of
/// Returns a vector of PropertyDescriptor instances that describe the list of
/// public properties that can be read and written using ComponentInstance::set_property and
/// ComponentInstance::get_property.
slint::SharedVector<PropertyDescriptor> properties() const