فهرست منبع

docs: Fix typos (#2815)

Pioua 1 سال پیش
والد
کامیت
e21210538d

+ 3 - 3
docs/src/pages/docs/release-notes.md

@@ -134,7 +134,7 @@ In `Anchor.toml`:
 upgradeable = true
 ```
 
-or for an individiual program:
+or for an individual program:
 
 ```toml
 [[test.genesis]]
@@ -145,7 +145,7 @@ upgradeable = true
 
 ### Lamport utilities
 
-Transfering lamports from a PDA is quite complicated due to the types that are being used.
+Transferring lamports from a PDA is quite complicated due to the types that are being used.
 
 Instead of
 
@@ -331,7 +331,7 @@ docker pull backpackapp/build:v0.29.0
 
 ### Enhanced performance
 
-`0.29.0` performance is noticably improved in all areas, the biggest one being [binary size](https://github.com/coral-xyz/anchor/blob/master/bench/BINARY_SIZE.md#0290) which is reduced ~36% compared to `0.28.0`!
+`0.29.0` performance is noticeably improved in all areas, the biggest one being [binary size](https://github.com/coral-xyz/anchor/blob/master/bench/BINARY_SIZE.md#0290) which is reduced ~36% compared to `0.28.0`!
 
 Similar benchmarks can be found for [compute units](https://github.com/coral-xyz/anchor/blob/master/bench/COMPUTE_UNITS.md#0290) and [stack memory](https://github.com/coral-xyz/anchor/blob/master/bench/STACK_MEMORY.md#0290).
 

+ 1 - 1
docs/src/pages/docs/the-accounts-struct.md

@@ -170,7 +170,7 @@ pub struct Initialize<'info> {
 ```
 
 {% callout type="warning" title="Note" %}
-The doc comment needs to be a [line or block doc comment](https://doc.rust-lang.org/reference/comments.html#doc-comments) (/// or /\*\*) to be interepreted as doc attribute by Rust. Double slash comments (//) are not interpreted as such.
+The doc comment needs to be a [line or block doc comment](https://doc.rust-lang.org/reference/comments.html#doc-comments) (/// or /\*\*) to be interpreted as doc attribute by Rust. Double slash comments (//) are not interpreted as such.
 {% /callout %}
 
 ## Other Resources

+ 1 - 1
docs/src/pages/docs/verifiable-builds.md

@@ -3,7 +3,7 @@ title: Verifiable Builds
 description: Anchor - Verifiable Builds
 ---
 
-Building programs with the Solana CLI may embed machine specfic
+Building programs with the Solana CLI may embed machine specific
 code into the resulting binary. As a result, building the same program
 on different machines may produce different executables. To get around this
 problem, one can build inside a docker image with pinned dependencies to produce