diff --git a/NeoPixelBusLg-object.md b/NeoPixelBusLg-object.md index 2e45d01..bfc8336 100644 --- a/NeoPixelBusLg-object.md +++ b/NeoPixelBusLg-object.md @@ -15,7 +15,7 @@ Just like the normal NeoPixelObject, it must be constructed with a ["Feature"](h ``` NeoPixelBusLg strip(pixelCount, pixelPin); ``` -A new optional template specialization "T_GAMMA" has been added to control how gamma correction is done. The default if not specified is a slower but more accurate equation method. This can easily be changed by providing one of the many alternatives, in this example below the faster table lookup method. +A new optional template specialization "T_GAMMA" has been added to control how gamma correction is done. The default if not specified is a slower but more accurate equation method. This can easily be changed by providing one of the many alternatives, in this example below the faster table lookup method is defined. ``` NeoPixelBusLg strip(PixelCount, PixelPin);