From 722f6731db3d82d3fec2f463c0900d9929738601 Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Thu, 2 Jan 2025 22:11:42 -0800 Subject: [PATCH] Fix typo in flecs script manual --- docs/FlecsScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FlecsScript.md b/docs/FlecsScript.md index bbe8e1afd..7a448f650 100644 --- a/docs/FlecsScript.md +++ b/docs/FlecsScript.md @@ -432,7 +432,7 @@ e { Match expressions can be used to conditionally assign a value. An example: ```cpp -const: = 1 +const x: = 1 // y will be assigned with value 10 const y: match x {