File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/docs/updates/release-notes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Program name: `my-program`
102102### Pass ` cargo ` args to IDL build
103103
104104Both ` 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```
108108anchor 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
You can’t perform that action at this time.
0 commit comments