Skip to content

Commit

Permalink
fix typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dssei committed Jul 18, 2024
1 parent dea6cab commit d1259bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dev-interoperability/precompiles/distribution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This precompile enables EVM clients to withdraw distributions and staking reward
}
/// Queries rewards available for a given delegator address.
/// @param delegatorAddress The x0 or Sei address of the delegator.
/// @return the Rewards object. Reewards are usually returned as decimals.
/// @return the Rewards object. Rewards are usually returned as decimals.
/// To calculate the actual amount, divide the amount by decimals.
function rewards(
address delegatorAddress
Expand Down

0 comments on commit d1259bd

Please sign in to comment.