trandcounts.1: minor grammar fix - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0e34ddab21453237635dd86fdee6cdcbd74a46d7
(DIR) parent 8c32ab3c1a1437de373d18397a4c1051d169691b
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 5 May 2022 13:16:31 +0200
randcounts.1: minor grammar fix
Diffstat:
M randcounts.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/randcounts.1 b/randcounts.1
t@@ -44,7 +44,7 @@ Due to the randomness, your output may differ:
.Dl $ randcounts 0.25 0.25 0.25 0.25
.Dl 0 1 0 0
.Pp
-Put 100 point in two bins with 75% and 25% probability, respectively:
+Put 100 points in two bins with 75% and 25% probability, respectively:
.Pp
.Dl $ randcounts -n 100 0.75 0.25
.Dl 78 22