From e5a5433f10e93c67701a06e6c14af8bb503ca3e6 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 6 Jan 2024 03:00:14 +0400 Subject: [PATCH] Update developing.mdx --- docs/contributing/sdk/developing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.