From 1251b4fed45e9357065d2f623c040000ed976757 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Sat, 2 Feb 2019 23:54:29 +0100 Subject: [PATCH] typo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 617b70f..04d7d70 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ numeric primitives are implemented. That is, you can use [`From`] or [`Int::from_fixed`]: https://docs.rs/fixed/0.3.0/fixed/sealed/trait.Int.html#method.from_fixed [`Int::to_fixed`]: https://docs.rs/fixed/0.3.0/fixed/sealed/trait.Int.html#method.to_fixed [`Int`]: https://docs.rs/fixed/0.3.0/fixed/sealed/trait.Int.html +[`bool`]: https://doc.rust-lang.org/nightly/std/convert/trait.From.html [`to_fixed`]: https://docs.rs/fixed/0.3.0/fixed/struct.FixedI32.html#method.to_fixed [`to_int`]: https://docs.rs/fixed/0.3.0/fixed/struct.FixedI32.html#method.to_int