diff --git a/entries/docs/SWC-116.md b/entries/docs/SWC-116.md index 3dcd73b2..9ce9d876 100644 --- a/entries/docs/SWC-116.md +++ b/entries/docs/SWC-116.md @@ -16,7 +16,7 @@ As for `block.number`, considering the block time on Ethereum is generally about ## Remediation -Developers should write smart contracts with the notion that block values are not precise, and the use of them can lead to unexpected effects. Alternatively, they may make use oracles. +Developers should write smart contracts with the notion that block values are not precise, and the use of them can lead to unexpected effects. Alternatively, they may make use of oracles. ## References