Skip to content

Commit e412e99

Browse files
committed
docs: fix minor typo
1 parent 76d8fc1 commit e412e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/iocraft/src/element.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl ElementKey {
6969
}
7070
}
7171

72-
/// An element is a description of an uninstantiated components, including its key and properties.
72+
/// An element is a description of an uninstantiated component, including its key and properties.
7373
#[derive(Clone)]
7474
pub struct Element<'a, T: ElementType + 'a> {
7575
/// The key of the element.

0 commit comments

Comments
 (0)