From d9770566a41d20b08535a70ad1d88e8480e5dae4 Mon Sep 17 00:00:00 2001 From: Paul Eboselume Date: Mon, 25 Jul 2022 04:14:31 -0700 Subject: [PATCH] FIX TYPOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7363e28..c4681ff 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,7 @@ Backup Faucet: https://rinkebyfaucet.com/ ## Importing from GitHub & NPM - [Chainlink NPM Package](https://www.npmjs.com/package/@chainlink/contracts) -## Floating Point Math in Solidtiy +## Floating Point Math in Solidity - [tuple](https://docs.soliditylang.org/en/v0.8.14/abi-spec.html?highlight=tuple#handling-tuple-types) - [Floating Point Numbers in Solidity](https://stackoverflow.com/questions/58277234/does-solidity-supports-floating-point-number) - [Type Casting](https://ethereum.stackexchange.com/questions/6891/type-casting-in-solidity)