diff --git a/README.md b/README.md index c68ce472..3bdd515c 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ init(unsafe:) // error: %%%%%% ### The magic `Divider` constants -You know how the compiler sometimes replaces division with multiplication, right? Great, now it is your turn to be a wizard! `Divider` and `Divider21` find magic constants that let us perform divisions using multiplication, addition, and shifts. Note that the latter divides numbers twice the size of the divisor. +You know how the compiler sometimes replaces division with multiplication, right? Great, now it is your turn to be a wizard! `Divider` and `Divider21` find magic constants that can divide numbers using only multiplication, addition, and shifts. Note that the latter divides numbers twice the size of the corresponding divisor. ```swift let random = U8.random()