Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paszkowskiDamian committed Apr 24, 2024
1 parent 6774a6e commit 3833a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/sdk-common/src/common/implementation/Price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { isSameTokens } from '../utils/TokenUtils'
* @class Price
* @description Represents a price of a token (baseToken) in a given currency (quoteToken)
* @description Base / Quote e.q. 2000 ETH / DAI
* @description The financial reprezentation (x ETH/DAI, Base/Quote) might be confusing as mathematically it is (x DAI/ETH, Quote/Base witch means x DAI per 1 ETH)
* @description The financial representation (x ETH/DAI, Base/Quote) might be confusing as mathematically it is (x DAI/ETH, Quote/Base which means x DAI per 1 ETH)
* @description x amount of quoted token for one unit of base token
*/
export class Price implements IPrice {
Expand Down

0 comments on commit 3833a3c

Please sign in to comment.