Should be truncateRight

This commit is contained in:
Sam Nolan 2022-10-12 14:30:38 +11:00
parent 1ea3c975d5
commit 699960d220

View File

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