Skip to content

Commit bd33649

Browse files
committed
after-after-review fixes
1 parent 6defee2 commit bd33649

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/contracts/lido-locator.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function withdrawalVault() view returns(address)
114114
### postTokenRebaseReceiver()
115115

116116
Returns an address of the contract following the [`IPostTokenRebaseReceiver`](https://github.com/lidofinance/lido-dao/blob/cadffa46a2b8ed6cfa1127fca2468bae1a82d6bf/contracts/0.4.24/Lido.sol#L20-L30) interface described inside `Lido`.
117-
Right now it returns the [LegacyOracle](./legacy-oracle.md) address
117+
Right now it returns the [LegacyOracle](./legacy-oracle.md) address.
118118

119119
```sol
120120
function postTokenRebaseReceiver() view returns(address);
@@ -132,7 +132,7 @@ function oracleDaemonConfig() view returns(address)
132132

133133
Returns a batch of core components addresses at once.
134134

135-
It's just a more gas-efficient way of colling several public getters at once.
135+
It's just a more gas-efficient way of calling several public getters at once.
136136

137137
```sol
138138
function coreComponents() view returns(
@@ -145,13 +145,12 @@ function coreComponents() view returns(
145145
)
146146
```
147147

148-
149148
### oracleReportComponentsForLido()
150149

151150
Returns a batch of addresses that is used specifically during oracle report
152-
handling in the Lido contract
151+
handling in the Lido contract.
153152

154-
It's just a more gas-efficient way of colling several public getters at once.
153+
It's just a more gas-efficient way of calling several public getters at once.
155154

156155
```sol
157156
function oracleReportComponentsForLido() view returns(

0 commit comments

Comments
 (0)