From e90cb72edc6266a661892ae322941ee130386e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Jul 2022 05:55:39 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 0c531497..f2b57706 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1807,7 +1807,7 @@ "format": "float" }, "localPosition": { - "description": "Position that the reference frame relative to the object.", + "description": "Position of the reference frame relative to the object.", "$ref": "#/definitions/MVector3" } }