Skip to content

Commit

Permalink
docs: minor fixes on color since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Sep 8, 2022
1 parent d9a52bc commit 3235c75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/color/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ export class Color {
* faker.color.hwb() // [201, 0.21, 0.31]
*
* @since 7.0.0
*
* @since 7.0.0
*/
hwb(): number[];
/**
Expand Down Expand Up @@ -536,7 +534,6 @@ export class Color {
* faker.color.hwb({ format: 'css' }) // hwb(194 0% 0%)
* faker.color.hwb({ format: 'binary' }) // (8-32 bits x 3)
*
*
* @since 7.0.0
*/
hwb(options?: { format?: ColorFormat }): string | number[] {
Expand Down

0 comments on commit 3235c75

Please sign in to comment.