Skip to content

Commit d8dff3d

Browse files
authored
Update README.md
1 parent fcf673c commit d8dff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ g.harmonics(0.2, [1.0, 0.5, 0.3]); // 1.0686135667536483
5555
g.bpf(0.5, [0, 0, 1, 1, 2, 0]); // 1.
5656

5757
// evaluate the value 3/4ths (0.75) into a hamming window function:
58-
g.window(0.75, "hamming"); 0.5400000000000001
58+
g.window(0.75, "hamming"); // 0.5400000000000001
5959
```
6060
### p5.Gen Example (array filling)
6161
```javascript

0 commit comments

Comments
 (0)