Skip to content

Commit

Permalink
Merge pull request #433 from endurance21/fftTypo
Browse files Browse the repository at this point in the history
fixed typo in p5.fft
  • Loading branch information
therewasaguy authored Mar 24, 2020
2 parents cf41c71 + 9a1dcec commit 1f12b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fft.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ define(function(require) {
*
* @method getCentroid
* @for p5.FFT
* @return {Number} Spectral Centroid Frequency Frequency of the spectral centroid in Hz.
* @return {Number} Spectral Centroid Frequency of the spectral centroid in Hz.
*
*
* @example
Expand Down

0 comments on commit 1f12b20

Please sign in to comment.