From fa771877f777368cfdce8ed3857e12ed047c849c Mon Sep 17 00:00:00 2001 From: Wim de With Date: Mon, 11 Nov 2019 11:07:45 +0100 Subject: [PATCH] Fix wording in Cargo.toml description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62fd9623..d11909da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Wim de With "] categories = ["api-bindings", "web-programming"] -description = "Types of the endpoints in the Matrix application service API." +description = "Types for the endpoints in the Matrix application service API." homepage = "https://github.com/ruma/ruma-appservice-api" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT"