You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bevy_reflect/src/from_reflect.rs
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ impl<T: FromReflect> FromType<T> for ReflectFromReflect {
116
116
117
117
/// An Error for failed conversion of reflected type to original type in [`FromReflect::from_reflect`].
118
118
///
119
-
/// In the error message, the kind of the source type may have a prefix "(Dynamic)" indicating that the
119
+
/// In the error message, the kind of the source type may have a prefix "(Dynamic)" indicating that the
120
120
/// source is dynamic, i.e., [`DynamicStruct`], [`DynamicList`], etc.
121
121
///
122
122
/// Within variants `NamedFieldError`, `UnnamedFieldError`, `IndexError`, `VariantError`, `KeyError` and
@@ -146,13 +146,13 @@ pub enum FromReflectError {
146
146
/// This error is given by types of [kind](ReflectKind) [`Array`](crate::Array).
147
147
#[error("The reflected type `{}` of kind {} cannot be converted to type `{}` due to source type having length of {} and target type having length of {}",
0 commit comments