Typo fixes on v5 pass

This commit is contained in:
Romain Bouyé
2023-10-13 00:14:52 +02:00
parent c39af4f1cd
commit 8868658f69
51 changed files with 197 additions and 196 deletions

View File

@@ -1,4 +1,4 @@
// Package sampling implements secure sanmpling bytes and integers.
// Package sampling implements secure sampling of bytes and integers.
package sampling
import (