Improve text "single unit of gas"

This commit is contained in:
Simon Warta 2021-05-18 13:21:20 +02:00
parent 8f3260e1ac
commit 8782f162d3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ function checkDenom(denom: string): void {
}
/**
* A gas price, i.e. the price of a single gas. This is typically a fraction of
* A gas price, i.e. the price of a single unit of gas. This is typically a fraction of
* the smallest fee token unit, such as 0.012utoken.
*/
export class GasPrice {

View File

@ -20,7 +20,7 @@ function checkDenom(denom: string): void {
}
/**
* A gas price, i.e. the price of a single gas. This is typically a fraction of
* A gas price, i.e. the price of a single unit of gas. This is typically a fraction of
* the smallest fee token unit, such as 0.012utoken.
*
* This is the same as GasPrice from @cosmjs/launchpad but those might diverge in the future.