Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix a typo in evm_setTime docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Dec 19, 2021
1 parent f8383b9 commit 7b8c782
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4167,7 +4167,7 @@ <h3 class="signature">
<p>Sets the internal clock time to the given timestamp.</p>

<p>Warning: This will allow you to move <em>backwards</em> in time, which may cause
new blocks to appear to be mined before old blocks. This is will result in
new blocks to appear to be mined before old blocks. This will result in
an invalid state.</p>


Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7194,7 +7194,7 @@
"flags": {},
"comment": {
"shortText": "Sets the internal clock time to the given timestamp.",
"text": "Warning: This will allow you to move *backwards* in time, which may cause\nnew blocks to appear to be mined before old blocks. This is will result in\nan invalid state.\n",
"text": "Warning: This will allow you to move *backwards* in time, which may cause\nnew blocks to appear to be mined before old blocks. This will result in\nan invalid state.\n",
"returns": "The amount of *seconds* between the given timestamp and now.",
"tags": [
{
Expand Down
Loading

0 comments on commit 7b8c782

Please sign in to comment.