summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2024-04-13 22:44:16 -0400
committerRob Austein <sra@hactrn.net>2024-04-13 22:45:10 -0400
commitcca4a4ce8f986a72deddc797a9cdf314ab07ab1f (patch)
tree359c623707ecc6881b9b0b7045085d5f8b616965 /README.md
parentd2c08cfed1d0d545da42a80c6deaf85fcd844cc6 (diff)
Cleanuptrunk
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3537697..2d952c3 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ addition and comparision, both within a restricted range specified
by the RFC.
The default modulus is `2**32`, you can change this by subclassing the
-`Serial` and overriding the class's `modulus` variable. The modulus
-must be a power of two.
+`Serial` class and overriding the `modulus` variable in the subclass.
+The modulus must be a power of two.
See RFC 1982 for discussion of the ways in which serial numbers do not
work like normal integers. In particular, note that there's a corner