mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
Fix typo in ComponentId
docs: of
-> or
(#13932)
# Objective Fix a typo. Single-character PR :)
This commit is contained in:
parent
5bab161386
commit
e34ecf2f86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue