Skip to content

Commit

Permalink
docs: Fix grammatical issue in contract docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Apr 16, 2024
1 parent a2df204 commit a420400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Aggor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import {LibMedian} from "./libs/LibMedian.sol";
*
* @notice Oracle aggregator distributing trust among different oracle providers
*
* @dev While Chronicle oracle's normaly use the chronicle-std/Toll module for
* access controlling the read functions this implementation uses a
* non-configurable, inlined, approach. Two addresses are granted read access,
* the zero address and `_bud` being an immutable set during deployment.
* @dev While Chronicle oracles normally use the chronicle-std/Toll module for
* access controlling read functions, this implementation adopts a
* non-configurable, inlined approach. Two addresses are granted read access:
* the zero address and `_bud`, which are immutably set during deployment.
*
* Nevertheless, the full IToll interface is implemented to ensure compatibility.
*
Expand Down

0 comments on commit a420400

Please sign in to comment.