Skip to content

Commit 56c92f7

Browse files
committed
Minor wording change
1 parent 37c266b commit 56c92f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/InverseApi3ReaderProxyV1.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contract InverseApi3ReaderProxyV1 is IInverseApi3ReaderProxyV1 {
2929
/// `baseValue` is so small (yet non-zero) that the resulting inverted value
3030
/// would overflow the `int224` type.
3131
/// @return value Inverted value of the underlying proxy
32-
/// @return timestamp Timestamp from the underlying proxy
32+
/// @return timestamp Timestamp of the underlying proxy
3333
function read()
3434
public
3535
view

contracts/PriceCappedApi3ReaderProxyV1.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ contract PriceCappedApi3ReaderProxyV1 is IPriceCappedApi3ReaderProxyV1 {
5656
/// Otherwise, the `baseValue` is returned. The timestamp is passed through
5757
/// unmodified.
5858
/// @return value Value of the underlying proxy, potentially bounded
59-
/// @return timestamp Timestamp from the underlying proxy
59+
/// @return timestamp Timestamp of the underlying proxy
6060
function read()
6161
public
6262
view

0 commit comments

Comments
 (0)