From a18b5b97aa5cfd20242065cbf53462a623cd18fa Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 10 Dec 2024 16:58:04 -0500 Subject: [PATCH] typo --- docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index a0e7999..d5b3e83 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -80,7 +80,7 @@ However, the user may specifiy memory configuration. [Data layout of AST struct (Subject to heavily change with upcoming todos)](../base/components/ast.hpp#L396-461) -https://github.com/Ed94/gencpp/blob/eea4ebf5c40d5d87baa465abfb1be30845b2377e/base/components/ast.hpp#L396-461 +https://github.com/Ed94/gencpp/blob/eea4ebf5c40d5d87baa465abfb1be30845b2377e/base/components/ast.hpp#L396-L461 *`CodeT` is a typedef for `ECode::Type` which has an underlying type of `u32`* *`OperatorT` is a typedef for `EOperator::Type` which has an underlying type of `u32`*