diff options
author | branlong <82652131+branlong@users.noreply.github.com> | 2024-05-13 03:00:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 01:00:26 -0600 |
commit | 47b3e24c005c97bc336031af2f3b5c6b2ecf814a (patch) | |
tree | 2ebabab2b2dbfdc711a0c687fcf2428a18ea164d /solidity.html.markdown | |
parent | 21372617c0a47cbb622f1a93355b37d559f59efa (diff) |
[solidity/en] Correct typo (#4533)
Diffstat (limited to 'solidity.html.markdown')
-rw-r--r-- | solidity.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown index cddaa6db..094baa13 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -657,7 +657,7 @@ reveal(100, "mySecret"); // in a decentralized manner, otherwise you run into the centralized risk that // smart contract design matter prevents. -// To easiest way get and use pre-boxed decentralized data is with Chainlink Data Feeds +// The easiest way to get and use pre-boxed decentralized data is with Chainlink Data Feeds // https://docs.chain.link/docs/get-the-latest-price // We can reference on-chain reference points that have already been aggregated by // multiple sources and delivered on-chain, and we can use it as a "data bank" |