diff --git a/README.md b/README.md index 3bdd515c..53669336 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 can divide numbers using only multiplication, addition, and shifts. Note that the latter divides numbers twice the size of the corresponding divisor. +You know how the compiler sometimes replaces division with multiplication, right? Great, now you can be a wizard too! `Divider` and `Divider21` find magic constants and 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()