Fix codestyle
This commit is contained in:
parent
064bff6e40
commit
fc4c70c94f
2 changed files with 2 additions and 3 deletions
|
|
@ -146,7 +146,7 @@ export const _brandBy = (p) => rand.fmap((x) => x < p);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A continuous pattern of 0 or 1 (binary random), with a probability for the value being 1
|
* A continuous pattern of 0 or 1 (binary random), with a probability for the value being 1
|
||||||
*
|
*
|
||||||
* @name brandBy
|
* @name brandBy
|
||||||
* @param {number} probability - a number between 0 and 1
|
* @param {number} probability - a number between 0 and 1
|
||||||
* @example
|
* @example
|
||||||
|
|
@ -156,7 +156,7 @@ export const brandBy = (pPat) => reify(pPat).fmap(_brandBy).innerJoin();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A continuous pattern of 0 or 1 (binary random)
|
* A continuous pattern of 0 or 1 (binary random)
|
||||||
*
|
*
|
||||||
* @name brand
|
* @name brand
|
||||||
* @example
|
* @example
|
||||||
* s("hh*10").pan(brand)
|
* s("hh*10").pan(brand)
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,6 @@ import { JsDoc } from '../../docs/JsDoc';
|
||||||
|
|
||||||
<JsDoc client:idle name="inhabitmod" h={0} />
|
<JsDoc client:idle name="inhabitmod" h={0} />
|
||||||
|
|
||||||
|
|
||||||
## squeeze
|
## squeeze
|
||||||
|
|
||||||
<JsDoc client:idle name="squeeze" h={0} />
|
<JsDoc client:idle name="squeeze" h={0} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue