From 8fdc518dc0ceaab41213c33616bf5d665f3e58d3 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 2 Feb 2025 20:47:32 +0800 Subject: [PATCH] docs: fix typo --- docs/apis/GameAPI/Entity.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/GameAPI/Entity.zh.md b/docs/apis/GameAPI/Entity.zh.md index 98ef1c6..61d07da 100644 --- a/docs/apis/GameAPI/Entity.zh.md +++ b/docs/apis/GameAPI/Entity.zh.md @@ -18,7 +18,7 @@ - 返回值:实体对象列表 - 返回值类型:`Array` -### 获取在特定范围内的尸体 +### 获取在特定范围内的实体 `mc.getEntities(startPos[,endPos],range)`