From e375c8cbf7e9c768964523257be0c01bd13d29db Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 29 Apr 2016 13:34:17 -0400 Subject: [PATCH] Capitalized `a`, lowercased `not` A should be capitalised, as it is a new clause; `not` should not be capitalized, as there is no value judgement (it is a statement), and the emphasis is offputting without adding any technical backing. I just do not think it is necessaary. License: MIT Signed-off-by: Richard Littauer --- core/commands/dht.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/dht.go b/core/commands/dht.go index 36a571da4..ff309abba 100644 --- a/core/commands/dht.go +++ b/core/commands/dht.go @@ -442,7 +442,7 @@ You may only use keytypes that are supported in your ipfs binary: currently this Value is arbitrary text. Standard input can be used to provide value. -NOTE: a value may NOT exceed 2048 bytes. +NOTE: A value may not exceed 2048 bytes. `, },