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_tt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_tt/Cargo.toml') diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml index dec121d74..3328d312f 100644 --- a/crates/ra_tt/Cargo.toml +++ b/crates/ra_tt/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "ra_tt" version = "0.1.0" -authors = ["rust-analyzer deverlopers"] +authors = ["rust-analyzer developers"] [dependencies] smol_str = "0.1.9" -- cgit v1.2.3