Merge pull request #1200 from quantified-uncertainty/sampleset-doc-fix

fix SampleSet.fromDist docs (fixes #1039)
This commit is contained in:
Vyacheslav Matyukhin 2022-10-03 02:45:38 +03:00 committed by GitHub
commit 5f5334ed8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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