Skip to content

Commit

Permalink
chore: fix return type of getValue (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills authored Apr 17, 2021
1 parent f1b0320 commit c7862a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ERTP/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
* @callback AmountGetValueBrandAmount
* @param {Brand} brand
* @param {Amount} allegedAmount
* @returns {Amount}
* @returns {Value}
*
* TODO find out how to get this "deprecated" marking recognized,
* or remove it.
Expand All @@ -98,7 +98,7 @@
* is deprecated and will go way.
* @param {Amount} brand
* @param {Brand} allegedAmount
* @returns {Amount}
* @returns {Value}
*
* @typedef {AmountGetValueBrandAmount & AmountGetValueAmountBrand} AmountGetValue
*/
Expand Down

0 comments on commit c7862a2

Please sign in to comment.