From 2bf20831bec4b6bba5b44893707e48bb77fbed36 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 26 May 2025 15:52:07 +0200 Subject: [PATCH] fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b9f8e5..6b43c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ path = "examples/rhai/current_entity.rs" required-features = ["rhai"] [[example]] -name = "custom5type_rhai" +name = "custom_type_rhai" path = "examples/rhai/custom_type.rs" required-features = ["rhai"]