From 610cdee694721b2007dcf38e1f20f92ff9f0b5b4 Mon Sep 17 00:00:00 2001 From: zhanluxianshen Date: Wed, 15 Jan 2025 07:15:28 +0800 Subject: [PATCH] Fix marddown typos. Signed-off-by: zhanluxianshen --- book/src/arch/linker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/arch/linker.md b/book/src/arch/linker.md index c583ca3882..eb9e72b474 100644 --- a/book/src/arch/linker.md +++ b/book/src/arch/linker.md @@ -146,7 +146,7 @@ Since a Program has no return-value it also offers no return-type information. └─────────────────────────┘ ``` -So the example expression from above `a + 3* will be annotated like this: +So the example expression from above `a + 3` will be annotated like this: (Note that the resulting type of the Binary-Operation must be calculated by the linker by determining the bigger of both types.) ```ignore