Skip to content

Commit

Permalink
Fixed typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Sep 9, 2016
1 parent 0d58e51 commit c63cb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Math/FFT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ C<$orig_data> coincides with the original C<$data>.
=item C<$coeff = $fft-E<gt>ddct();>
Computes the discrete cosine tranform on a data set
Computes the discrete cosine transform on a data set
C<data[0...n-1]> contained in an array reference C<$data>. An
array reference C<$coeff> is returned consisting of
Expand All @@ -729,7 +729,7 @@ where
=item C<$orig_data = $fft-E<gt>invddct([$coeff]);>
Computes the inverse discrete cosine tranform on a data set
Computes the inverse discrete cosine transform on a data set
C<coeff[0...n-1]> contained in an array reference C<$coeff>.
If C<$coeff> is not given, it will be set equal to an earlier
call to C<$fft-E<gt>ddct()>. An array reference C<$orig_data>
Expand Down

0 comments on commit c63cb53

Please sign in to comment.