Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/guides/rust_tutorials/create_project.mdx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Loading