We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d8fc1 commit e412e99Copy full SHA for e412e99
packages/iocraft/src/element.rs
@@ -69,7 +69,7 @@ impl ElementKey {
69
}
70
71
72
-/// An element is a description of an uninstantiated components, including its key and properties.
+/// An element is a description of an uninstantiated component, including its key and properties.
73
#[derive(Clone)]
74
pub struct Element<'a, T: ElementType + 'a> {
75
/// The key of the element.
0 commit comments