From 84d5348e9157406a71895589e22a77c132e04f37 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 16 Apr 2022 23:03:00 -0500 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index 0738d1f..ea01578 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -426,7 +426,7 @@ A fully worked example showing how to use both the ***CUSTOM_SERV()*** and ***CU ### *SPAN_ACCESSORY()* and *SPAN_ACCESSORY(NAME)* -A "convenience" macro that implements the following very common code snippet used when creating Accessories. The last line is only included if *NAME* (a c-style string) has been included as an argument to the macro: +A "convenience" macro that implements the following very common code snippet used when creating Accessories. The last line is only included if *NAME* (a C-style string) has been included as an argument to the macro: ```C++ new SpanAccessory();