diff --git a/docs/contributing/sdk/developing.mdx b/docs/contributing/sdk/developing.mdx index d85cce9ff..9bd9e9dfd 100644 --- a/docs/contributing/sdk/developing.mdx +++ b/docs/contributing/sdk/developing.mdx @@ -81,7 +81,7 @@ If the command handler fails to validate the input, an error will be returned to -### Knowledge +### Rust knowledge Contributing to the SDK requires intermediate to advanced knowledge of Rust concepts such as lifetimes, traits, generics, and async/await _(futures)_, and more.