diff --git a/example.py b/example.py index eb15d6c..7f8dc38 100644 --- a/example.py +++ b/example.py @@ -14,7 +14,7 @@ def main(): Showcasing example usage """ - # Create an instances of the calculators + # Create instances of the calculators fade_calc = FadeCalculator() amber_calc = AmberFadeCalculator() acid_calc = AcidFadeCalculator()