Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d548acf

Browse files
chore: remove redundant words in comment (#1000)
Signed-off-by: shandongzhejiang <shandongzhejiang@icloud.com> Co-authored-by: Greg Nazario <greg@gnazar.io>
1 parent 37bfde0 commit d548acf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/nextra/pages/en/build/cli/trying-things-on-chain/ledger.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ aptos config rename-profile \
514514
### Rotate back to Ledger
515515
516516
Once 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
518518
private key on the Ledger at index 1000:
519519
520520
```sh filename="Terminal"

apps/nextra/pages/en/build/sdks/dotnet-sdk/accounts/ed25519.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

apps/nextra/pages/en/build/smart-contracts/book/variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)