Skip to content

Commit 201d71d

Browse files
remove redundant words
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 97bad3a commit 201d71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soroban-sdk/docs/contracttrait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This proc macro:
9595
1. Filters out any functions that appear in `impl_fns` (they're overridden and will already be handled by the `contractimpl` macro like any other implemented non-trait function)
9696
2. For remaining functions (defaults not overridden), generates all the same things that `contractimpl` generates:
9797
- **Specs:** Contract specification entries via `derive_fns_spec`
98-
- **Exported functions:** The actual `__fn_name` exports via `derive_pub_fns` that is what become the functions in the Wasm file
98+
- **Exported functions:** The actual `__fn_name` exports via `derive_pub_fns` that become the functions in the Wasm file
9999
- **Client methods:** Methods on the client struct via `derive_client_impl`
100100
- **Args variants:** Enum variants for function arguments via `derive_args_impl`
101101
- **Test hooks:** Function registration for test environment via `derive_contract_function_registration_ctor`

0 commit comments

Comments
 (0)