Fix typo in Cargo.toml authors

Fixes typo introduced in #782
This commit is contained in:
Ville Penttinen 2019-02-11 10:20:04 +02:00
parent d8cce0f105
commit 710975ecd8
21 changed files with 21 additions and 21 deletions

View file

@ -2,7 +2,7 @@
edition = "2018"
name = "ra_project_model"
version = "0.1.0"
authors = ["rust-analyzer deverlopers"]
authors = ["rust-analyzer developers"]
[dependencies]
log = "0.4.5"