diff --git a/FAQ-#11.md b/FAQ-#11.md index dda8f6d..20d32f1 100644 --- a/FAQ-#11.md +++ b/FAQ-#11.md @@ -2,7 +2,7 @@ Since the NeoPixelBus is a template class; you can't just store a reference to it using older models. But there are two ways to accomplish this. -My first recommendation is to make the containing class a template also. The following sketch demonstrates this all in one file. The actual template class can be in another file. +My first recommendation is to make the containing class a template also. The following sketch demonstrates this all in one file. The actual template class can be in another file or library. ``` #include