Skip to content

Commit 73a0d1e

Browse files
committed
feat!: bump bersion
1 parent 54742c6 commit 73a0d1e

File tree

1 file changed

+1
-1
lines changed
  • crates/languages/bevy_mod_scripting_rhai/src/bindings

1 file changed

+1
-1
lines changed

crates/languages/bevy_mod_scripting_rhai/src/bindings/reference.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl RhaiOperator {
232232
}
233233
}
234234

235-
/// An iterator over a [`ReflectReference`] that implements [`IntoIterator`] for Rhai
235+
/// An iterator over a [`ReflectReference`] that implements [`IntoIterator`] for Rhai.
236236
pub struct RhaiReflectRefIter {
237237
next_func: DynamicScriptFunctionMut,
238238
}

0 commit comments

Comments
 (0)