Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy committed Mar 20, 2024
1 parent 2cc5d96 commit 5a36b32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BTC/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ crypto 不到一年的时间。如果其中有任何错误的话,可以尽情

在 crypto 中,有了 private key,才能打开 crypto 的大
门。所以对于自己的 private key,一定不要大意,失去了这
个 key,就会被 crypo 拒之门外。这里推荐看一下
个 key,就会被 crypto 拒之门外。这里推荐看一下
[区块链黑暗深林自救手册](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook)
不求完全理解或者按照其中的每一个步骤去做,但是在 crypto
这种新兴的产业中,你心中需要有这么一根弦。不要觉得安全事小,
Expand Down
2 changes: 1 addition & 1 deletion basic/30-zksync-layer2/scripts/utils/L2ToL2transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function sendTx(zkWallet, newAddr, cost) { // L2 to L2
// fee, fee is optional
});

console.log("Transfr from L2 to L2 successfully");
console.log("Transfer from L2 to L2 successfully");

return transfer
}
Expand Down
2 changes: 1 addition & 1 deletion defi/Balancer/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $\frac{LP'}{LP} = \frac{P_{supply} + P_{issue}}{P_{supply}}$

### Single Asset Withdraw: 等价于:

1. withdrap lp eaqually, get A, B, C
1. withdrap lp equally, get A, B, C
2. swap B for A
3. swap C for A

Expand Down

0 comments on commit 5a36b32

Please sign in to comment.