From d86bf537bd53ec04e23e63fe2f8b115443ae56d9 Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 4 Jun 2017 13:46:41 +0100 Subject: [PATCH] mdds: fix audit 'description must start with capital letter' --- Formula/mdds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/mdds.rb b/Formula/mdds.rb index 2e3a23ea78..1f4473406b 100644 --- a/Formula/mdds.rb +++ b/Formula/mdds.rb @@ -1,5 +1,5 @@ class Mdds < Formula - desc "multi-dimensional data structure and indexing algorithm" + desc "Multi-dimensional data structure and indexing algorithm" homepage "https://gitlab.com/mdds/mdds" url "https://kohei.us/files/mdds/src/mdds-1.2.2.tar.bz2" sha256 "141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d"