This pull request addresses several minor documentation and comment issues in the DSCEngine contract:
Corrected the natspec comment for the redeemCollateralForDsc function:
Changed "depositing" to "withdrawing" to accurately reflect the function's purpose.
Fixed a small typo in the burnDsc function comment:
Changed "you DSC" to "your DSC".
Corrected another small typo in the mintDsc function comment:
Changed "hav" to "have".
These changes improve the clarity of the documentation, which will help us newer developers better understand the contract's functionality and reduce confusion.
This pull request addresses several minor documentation and comment issues in the DSCEngine contract:
Corrected the natspec comment for the
redeemCollateralForDsc
function:Fixed a small typo in the
burnDsc
function comment:Corrected another small typo in the
mintDsc
function comment:These changes improve the clarity of the documentation, which will help us newer developers better understand the contract's functionality and reduce confusion.