From 416696a68601e3354ffb46d14e3d09fea751bec6 Mon Sep 17 00:00:00 2001 From: Dragan Okanovic <1355455+abstractalgo@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:36:21 +0100 Subject: [PATCH] Fix typo in build instructions (#6444) Typo fix. Release Notes: - N/A --- docs/src/developing_zed__building_zed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing_zed__building_zed.md b/docs/src/developing_zed__building_zed.md index 4ff4d37fe70fa3abd6f2fc30b333996e8be09079..6aecc3ad4c4bbcef812d9311d256ce2b9c5f8aca 100644 --- a/docs/src/developing_zed__building_zed.md +++ b/docs/src/developing_zed__building_zed.md @@ -78,4 +78,4 @@ Try `xcode-select --switch /Applications/Xcode.app/Contents/Developer` ### Cargo errors claiming that a dependency is using unstable features -Try `cargo clean` and `cargo build`, +Try `cargo clean` and `cargo build`.