Skip to content

Commit

Permalink
Merge pull request #213 from ericglau/main
Browse files Browse the repository at this point in the history
Fix truncated NatSpec for avg function
  • Loading branch information
PaulRBerg authored Nov 28, 2023
2 parents ce186b3 + 446d38f commit 844cec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ud60x18/Math.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { UD60x18 } from "./ValueType.sol";
/// $$
/// avg(x, y) = (x & y) + ((xUint ^ yUint) / 2)
/// $$
//
///
/// In English, this is what this formula does:
///
/// 1. AND x and y.
Expand Down

0 comments on commit 844cec9

Please sign in to comment.