Merge pull request #1255 from quantified-uncertainty/fix-docs-truncate-right

Should be truncateRight
This commit is contained in:
Vyacheslav Matyukhin 2022-10-12 10:36:50 +03:00 committed by GitHub
commit f6322fad13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,7 +332,7 @@ truncateRight: (distribution, right: number) => distribution
**Examples**
```javascript
truncateLeft(normal(5, 2), 6);
truncateRight(normal(5, 2), 6);
```
### klDivergence