From 8012c9409e2104c8bfed18fa25c206b5886aea65 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Mon, 8 Apr 2019 22:16:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee30650..cc09b7b 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ can be referenced using an '@' symbol. For example: *$BAR* would declare a label *BAR* which can be referenced with *@BAR*. -**NOTE**: Label names are case-insensitive; i.e. *@FOO* and *@foo* are +**NOTE**: Label names are case-insensitive; i.e. @*FOO* and @*foo* are functionally indistinguishable to the compiler.