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 38f5dd8 commit da5e7d3Copy full SHA for da5e7d3
crates/bevy_mod_scripting_bindings/src/script_value.rs
@@ -41,7 +41,7 @@ pub enum ScriptValue {
41
FunctionMut(DynamicScriptFunctionMut),
42
/// A stateless dynamic script function
43
Function(DynamicScriptFunction),
44
- /// Represents any error, will be thrown when returned to a script
+ /// Represents any error, will be thrown when returned to a script.
45
Error(InteropError),
46
}
47
0 commit comments