From dc8b7a0eb866d436cdaf4bb0c0dcd4c18962fa13 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Fri, 5 Aug 2022 20:10:20 +0800 Subject: fix some typos Signed-off-by: cui fliter --- core/encoding/hxa/hxa.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/encoding') diff --git a/core/encoding/hxa/hxa.odin b/core/encoding/hxa/hxa.odin index f47661bad..9b24ede9c 100644 --- a/core/encoding/hxa/hxa.odin +++ b/core/encoding/hxa/hxa.odin @@ -107,7 +107,7 @@ Node :: struct { /* Conventions */ /* ------------ Much of HxA's use is based on convention. HxA lets users store arbitrary data in its structure that can be parsed but whose semantic meaning does not need to be understood. -A few conventions are hard, and some are soft. Hard convention that a user HAS to follow in order to produce a valid file. Hard conventions simplify parsing becaus the parser can make some assumptions. Soft convenbtions are basicly recomendations of how to store common data. +A few conventions are hard, and some are soft. Hard convention that a user HAS to follow in order to produce a valid file. Hard conventions simplify parsing becaus the parser can make some assumptions. Soft convenbtions are basically recomendations of how to store common data. If you use HxA for something not covered by the conventions but need a convention for your use case. Please let us know so that we can add it! */ -- cgit v1.2.3