Fix typo in ComponentId docs: of -> or (#13932)

# Objective

Fix a typo. Single-character PR :)
This commit is contained in:
Ben Frankel 2024-06-19 11:51:47 -07:00 committed by GitHub
parent 5bab161386
commit e34ecf2f86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -413,7 +413,7 @@ impl ComponentInfo {
}
}
/// A value which uniquely identifies the type of a [`Component`] of [`Resource`] within a
/// A value which uniquely identifies the type of a [`Component`] or [`Resource`] within a
/// [`World`].
///
/// Each time a new `Component` type is registered within a `World` using