Skip to content

Commit 7e55e90

Browse files
viktorking7swaroop-osec
authored andcommitted
Update 0-31-0.mdx
1 parent b94db6d commit 7e55e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/updates/release-notes/0-31-0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Program name: `my-program`
102102
### Pass `cargo` args to IDL build
103103

104104
Both `anchor build` and `anchor idl build` commands pass the `cargo` arguments
105-
to the underyling IDL build command. For example:
105+
to the underlying IDL build command. For example:
106106

107107
```
108108
anchor build -- --features my-feature
@@ -457,7 +457,7 @@ The following issues with the IDL generation have been fixed:
457457
- A bug where using tuple parameters in instructions would result in an
458458
incorrect IDL ([#3294](https://github.com/coral-xyz/anchor/pull/3294))
459459
- A bug where doc comments could trigger false-positives during module paths
460-
convertion ([#3359](https://github.com/coral-xyz/anchor/pull/3359))
460+
conversion ([#3359](https://github.com/coral-xyz/anchor/pull/3359))
461461
- A bug where the generated IDL only has partial resolution information
462462
([#3474](https://github.com/coral-xyz/anchor/pull/3474))
463463
- Being unable to use constant identifiers as generic arguments

0 commit comments

Comments
 (0)