Update DistSampleSet.md

This commit is contained in:
Ozzie Gooen 2022-07-21 15:36:56 -07:00 committed by GitHub
parent 7f87398c1f
commit 5c78ad1fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,5 +62,5 @@ SampleSet.map3: (sampleSet, sampleSet, sampleSet, ((number, number, number) => n
### mapN ### mapN
``` ```
Sampleset.mapN: (list<sampleSet>, (list<sampleSet> => number)) => sampleSet SampleSet.mapN: (list<sampleSet>, (list<sampleSet> => number)) => sampleSet
``` ```