This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ aptos config rename-profile \
514514# ## Rotate back to Ledger
515515
516516Once you' ve signed the large package publication transaction with the hot key,
517- you can then rotate the authentication key back to to the corresponding to the
517+ you can then rotate the authentication key back to the corresponding to the
518518private key on the Ledger at index 1000:
519519
520520```sh filename="Terminal"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Ed25519Accounts are created to sign transactions and interact with the blockchai
2323
2424### Using a Private Key
2525
26- To generate an account from a private key, you will need to create the ` Ed25519PrivateKey ` object and pass into into the
26+ To generate an account from a private key, you will need to create the ` Ed25519PrivateKey ` object and pass into the
2727` Ed25519Account ` constructor. The private key can be given a ` string ` or ` byte[] ` representation.
2828
2929``` csharp
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ Currently these are only applicable to numeric values.
635635| ` *= ` | Performs multiplication and updates the left-hand value |
636636| ` %= ` | Performs modular division and updates the left-hand value |
637637| ` /= ` | Performs truncating division and updates the left-hand value |
638- | ` &= ` | Performs bitwise and and updates the left-hand value |
638+ | ` &= ` | Performs bitwise and updates the left-hand value |
639639| ` \|= ` | Performs bitwise or and updates the left-hand value |
640640| ` ^= ` | Performs bitwise xor and updates the left-hand value |
641641| ` <<= ` | Performs shift left and updates the left-hand value |
You can’t perform that action at this time.
0 commit comments