Skip to content

Commit

Permalink
Fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k authored Mar 3, 2018
1 parent 99db9c9 commit 69485dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pond/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export enum AlignmentMethod {

/**
* Method of filling used by the `fill()` function:
* * `Hold` - Fill with the previous value
* * `Pad` - Fill with the previous value
* * `Linear` - Fill between the last value and the next value linearly
* * `Zero` - Fill with 0
*/
Expand Down

0 comments on commit 69485dc

Please sign in to comment.