Skip to content

Commit 54591b7

Browse files
authored
docs: Fix typos (#5260)
fix some typos --------- Signed-off-by: jasmylon <3770310446@qq.com>
1 parent d19c990 commit 54591b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bin/elcuity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ e.g. if you have a target of 1000, and are quoting a price of 2 UM / DENOM, then
4949
500 UM and 250 DENOM in reserves, because each DENOM is worth 2 UM.
5050

5151
The command will also only provide balances that it actually has, so if it only has, say, 200 DENOM
52-
(continuing this exammple), it will limit the reserves to just that.
52+
(continuing this example), it will limit the reserves to just that.
5353
Furthermore, to guarantee the ability to pay fees, it will never allocate more than
5454
90% of its UM balance to liquidity provision.
5555
So, if you have 500 UM in balance, you will only provide 450 UM in liquidity (in this example).

docs/protocol/src/crypto/flow-encryption/dkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ or by contributing invalid shares.
4949

5050
## A Survey of Existing DKGs
5151

52-
[Gurkan, Jovanovic, Maller, Meiklejohn, Stern, and Tomescu][GJMMST] present a survey of DKG instantiations with their communication complexity, public verifiablity, round complexity, prover, and verifier costs:
52+
[Gurkan, Jovanovic, Maller, Meiklejohn, Stern, and Tomescu][GJMMST] present a survey of DKG instantiations with their communication complexity, public verifiability, round complexity, prover, and verifier costs:
5353

5454
![](./dkg-table.png)
5555

0 commit comments

Comments
 (0)