fix SampleSet.fromDist docs (fixes #1039)

This commit is contained in:
Vyacheslav Matyukhin 2022-10-03 03:29:02 +04:00
parent d5a0e0fe6c
commit f33323c4d7
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -12,7 +12,7 @@ All regular distribution function work on sample set distributions. In addition,
### fromDist
```
SampleSet.fromDist: (list<number>) => sampleSet
SampleSet.fromDist: (distribution) => sampleSet
```
### fromList