From a8af93f3c6630c044c74f1278d21a9b43506107e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bystr=C3=B6m=20Ericsson?= Date: Mon, 16 Dec 2024 08:04:43 +0100 Subject: [PATCH] More README.md stuff. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()