From 710975ecd81c5b7cb10cedea307dab4900bbdf34 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Mon, 11 Feb 2019 10:20:04 +0200 Subject: Fix typo in Cargo.toml authors Fixes typo introduced in #782 --- crates/ra_mbe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_mbe') diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml index ba20fc8cf..e7b8660e7 100644 --- a/crates/ra_mbe/Cargo.toml +++ b/crates/ra_mbe/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "ra_mbe" version = "0.1.0" -authors = ["rust-analyzer deverlopers"] +authors = ["rust-analyzer developers"] [dependencies] ra_syntax = { path = "../ra_syntax" } -- cgit v1.2.3