Skip to content

Commit b3a5855

Browse files
committed
chore(weaver): remove repetitive words
Signed-off-by: rocksload <[email protected]>
1 parent dc2046a commit b3a5855

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

weaver/core/identity-management/iin-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To build using code purely from this clone of Weaver, do the following:
2525
make build-local
2626
```
2727

28-
To build using existing Weaver Github packages, run the the following:
28+
To build using existing Weaver Github packages, run the following:
2929
```bash
3030
make build
3131
```

weaver/rfcs/models/ledger/atomic-cross-ledger-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is a cross-network interoperability mode that is a generalization of what i
3636
- Two parties, Alice and Bob, have accounts in both Network A and Network B.
3737
- Initially, Alice owns a property title (e.g. embodied in an NFT) in Network A and Bob owns some digital currency in Network B
3838
- Alice is willing to sell the title to Bob in exchange for some units of currency, and Bob is in agreement
39-
- Finally, the exchange must must either succeed or fail, as per atomicity constraints:
39+
- Finally, the exchange must either succeed or fail, as per atomicity constraints:
4040
- If it succeeds, Alice gains currency units in Network B and loses the property title in Network A while Bob gains the title in Network A and loses currency units in Network B
4141
- If it fails, there is no change to the original states of the assets and their ownerships
4242
- We must guarantee that the final state will not result in partial transactions, where either Alice or Bob ends up with both the property title and the currency units and the other party gets nothing in exchange

weaver/samples/besu/besu-cli/src/helper/besu-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function getContractInstance(provider, pathToJson) {
2525
}
2626

2727
// Function to obtain the account balances of sender and recipient for
28-
// the specified token type and print them them to the console
28+
// the specified token type and print them to the console
2929
async function getBalances(tokenContract, sender, recipient) {
3030
const senderBalance = await tokenContract.balanceOf(sender);
3131
console.log(`Account balance of the sender: ${senderBalance.toString()}`);

0 commit comments

Comments
 (0)