From f41ad5fb77a5d987894016c58386c4956bcc91b1 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 6 Jan 2019 22:39:07 -0800 Subject: [PATCH] doc: tweak bullet point #13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e2e78..0aea9b6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * **Use Go control structures** for assembly generation; `avo` programs _are_ Go programs * **Register allocation**: write functions with virtual registers and `avo` assigns physical registers for you -* **Automatically load arguments and store return values**: ensure memory offsets are always correct even for complex data structures +* **Automatically load arguments and store return values**: ensure memory offsets are correct for complex structures * **Generation of stub files** to interface with your Go package _Note: APIs subject to change while `avo` is still in an experimental phase. You can use it to build [real things](examples) but we suggest you pin a version with your package manager of choice._