1 files changed, 1 insertions, 2 deletions
diff --git a/js/leibovitz/dither.js b/js/leibovitz/dither.js
index b011eca..f64329b 100644
--- a/js/leibovitz/dither.js
+++ b/js/leibovitz/dither.js
@@ -1,8 +1,7 @@
/**
- * Dithering management module implementing various dithering algorithms
+ * Dithering management module implements a few dithering algorithms
* Uses the Observer pattern for state management and effect application
* Implements block-based processing for performance optimization
- * Uses the Strategy pattern for algorithm selection
*
* Each color channel (Red, Green, Blue) has 4 possible values:
* 0 -> Black/None
|