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 54742c6 commit 73a0d1eCopy full SHA for 73a0d1e
crates/languages/bevy_mod_scripting_rhai/src/bindings/reference.rs
@@ -232,7 +232,7 @@ impl RhaiOperator {
232
}
233
234
235
-/// An iterator over a [`ReflectReference`] that implements [`IntoIterator`] for Rhai
+/// An iterator over a [`ReflectReference`] that implements [`IntoIterator`] for Rhai.
236
pub struct RhaiReflectRefIter {
237
next_func: DynamicScriptFunctionMut,
238
0 commit comments