foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.33k stars 1.76k forks source link

Typo Update debugging.md #9350

Closed mdqst closed 2 days ago

mdqst commented 2 days ago

Description:

In the documentation, there is a small typo that needs to be corrected for better clarity and accuracy.

Original:

"This will create two files: one for the input and one for the output."

Fix:

"This will create two files: one for the input and one for the outputs."

Explanation:

The word "output" should be changed to "outputs" because, in this context, it makes more sense to refer to "outputs" in the plural form. The sentence describes the creation of a file for all compiler output data, not a single output. Using "outputs" better reflects this idea and improves the overall clarity of the documentation.


Thank you for reviewing this minor fix!

zerosnacks commented 2 days ago

Sorry @mdqst, at this point in time we do not accept contributions that are limited to spelling and grammer, see: https://github.com/foundry-rs/foundry/blob/master/CONTRIBUTING.md#contributions-related-to-spelling-and-grammar

You are welcome to contribute other PRs