Skip to content

Commit

Permalink
chore(vats): Remove "ß" typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and michaelfig committed Jun 8, 2024
1 parent 09ac0a8 commit 95d81c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const prepareTransferMiddlewareKit = (zone, makeTransferInterceptor) =>
/**
* Register a tap to intercept the vtransfer target account address
* messages, without granting that tap the ability to delay or interfere
* with the underlying IBC transfer protocol.ß
* with the underlying IBC transfer protocol.
*
* @type {RegisterTap}
*/
Expand All @@ -225,7 +225,7 @@ const prepareTransferMiddlewareKit = (zone, makeTransferInterceptor) =>
},
/**
* Similar to `registerTap`, but allows the tap to inject async
* ßacknowledgements in the IBC transfer protocol.
* acknowledgements in the IBC transfer protocol.
*
* @type {RegisterTap}
*/
Expand Down

0 comments on commit 95d81c2

Please sign in to comment.