Skip to content

Commit

Permalink
Color palette link in stylesheet, doc comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddf committed Sep 22, 2015
1 parent 5fd51ae commit 4075a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ext/prodoc/templates/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/** http://colorpalettes.net/color-palette-1839/ **/

body {
margin-left: 0px;
margin-top: 0px;
Expand Down
2 changes: 1 addition & 1 deletion src/ddf/minim/analysis/FourierTransform.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public abstract class FourierTransform
*/
public static final WindowFunction BARTLETT = new BartlettWindow();

/** A constant indicating a should be used on sample buffers.
/** A constant indicating a Bartlett-Hann window should be used on sample buffers.
*
* @example Analysis/FFT/Windows
*
Expand Down

0 comments on commit 4075a5f

Please sign in to comment.