summaryrefslogtreecommitdiff
path: root/decoders/counter/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/counter/__init__.py')
-rw-r--r--decoders/counter/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/counter/__init__.py b/decoders/counter/__init__.py
index e731311..505148d 100644
--- a/decoders/counter/__init__.py
+++ b/decoders/counter/__init__.py
@@ -18,11 +18,11 @@
##
'''
-This PD is a simple counter.
+This decoder is a simple edge counter.
It can count rising and/or falling edges, provides an optional reset
-signal. It can also divide the count to e.g. count the numger of
-fixed length words (where a word corresponds to e.g. 9 clock edges).
+signal. It can also divide the count to e.g. count the number of
+fixed-length words (where a word corresponds to e.g. 9 clock edges).
'''
from .pd import Decoder