Skip to content

Commit

Permalink
refactor: apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Aug 11, 2023
1 parent d196411 commit 0e69ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/ErrorsLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library ErrorsLib {
/// @notice Thrown when the market is not created.
string internal constant MARKET_NOT_CREATED = "market not created";

/// @notice Thrown when not exactly one of the assets inputs is zero.
/// @notice Thrown when not exactly one of the assets amount is zero.
string constant INCONSISTENT_INPUT = "inconsistent input";

/// @notice Thrown when zero assets is passed as input.
Expand Down

0 comments on commit 0e69ba7

Please sign in to comment.