Skip to content

Commit 3ef9298

Browse files
committed
Minor reword on natspec comment
1 parent 16751b3 commit 3ef9298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ProductApi3ReaderProxyV1.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract ProductApi3ReaderProxyV1 is IProductApi3ReaderProxyV1 {
3434
/// @notice Returns the current value and timestamp of the rate composition
3535
/// between two IApi3ReaderProxy proxies by multiplying their values
3636
/// @dev Calculates product as `(int256(value1) * int256(value2)) / 1e18`.
37-
/// The initial multiplication `int256(value1) * int256(value2)` will revert
37+
/// The initial multiplication `int256(value1) * int256(value2)` may revert
3838
/// on `int256` overflow. The final `int256` result of the full expression
3939
/// is then cast to `int224`. This cast is unchecked for gas optimization
4040
/// and may silently truncate if the result exceeds `int224` limits.

0 commit comments

Comments
 (0)