From e7aa142f9ecf149730b60c58ebbf00f6c1635742 Mon Sep 17 00:00:00 2001 From: Alexander Georgievskiy Date: Thu, 6 Aug 2026 19:12:56 +0300 Subject: [PATCH] Fix typo in README.md Corrected 'ecology' to 'ecosystem' for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b70a3ac..bd24637 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ LuaHelper is a High-performance lua plugin, Language Server Protocol for lua. -Lua is very popular in game development because of its simple syntax and flexible use. However, its ecology is not perfect, and IDE tools and support are few, which affects Lua's development efficiency and quality. LuaHelper complies with Microsoft Language Server Protocol and is a cross-platform Lua code editing and testing tool developed in go language. +Lua is very popular in game development because of its simple syntax and flexible use. However, its ecosystem is not perfect, and IDE tools and support are few, which affects Lua's development efficiency and quality. LuaHelper complies with Microsoft Language Server Protocol and is a cross-platform Lua code editing and testing tool developed in go language. Compared with other Lua plugins currently on the market, it has the following **improvements**: - [X] 1. Coroutine development, real-time detection, millisecond output detection results