Skip to content

Commit 1467d2d

Browse files
authored
Merge pull request #4644 from devmev10/patch-1
Compile message output update
2 parents 1b52aef + 50e8cad commit 1467d2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/content/tutorial/writing-and-compiling-contracts.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ To compile the contract run `npx hardhat compile` in your terminal. The `compile
107107

108108
```
109109
$ npx hardhat compile
110-
Compiling 1 file with {RECOMMENDED_SOLC_VERSION}
111-
Compilation finished successfully
110+
Compiled 1 Solidity file successfully (evm target: paris).
112111
```
113112

114113
The contract has been successfully compiled and it's ready to be used.

0 commit comments

Comments
 (0)