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