Skip to content

Commit 345a669

Browse files
committed
update readme
1 parent 0605eb8 commit 345a669

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This package provides functionality to manipulate digital signals and its
99
attributes.
1010

11-
It provides structures for various signal types and allows
11+
It contains structures for various signal types and allows
1212
conversions from one to another:
1313

1414
* Fixed-point signed
@@ -18,6 +18,5 @@ conversions from one to another:
1818
Signal types have semantics of golang slices - they can be appended or
1919
sliced with respect to channels layout.
2020

21-
On top of that, signal types are desinged to simplify control on
22-
allocations. Package `signal/pool` provides a pool to utilize `sync.Pool`
23-
for memory reuse.
21+
On top of that, this package was desinged to simplify control on
22+
allocations. Check godoc for examples.

0 commit comments

Comments
 (0)