diff --git a/doc/guides/rust_tutorials/create_project.mdx b/doc/guides/rust_tutorials/create_project.mdx index 498bc2eecfe7..45f657b309ca 100644 --- a/doc/guides/rust_tutorials/create_project.mdx +++ b/doc/guides/rust_tutorials/create_project.mdx @@ -1,6 +1,6 @@ --- -title: "Creating a Project" -description: "Create a new project with a simple hello world program" +title: "Creating a Rust Project" +description: "Create a new project with a simple hello world program in Rust" --- import GitSetup from '@components/gitsetup.mdx';