@cryptotaxi247 / kubo / commits / e375c8cbf

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 <richard.littauer@gmail.com>

Richard Littauer committed Apr 29, 2016 at 13:34 UTC e375c8cbf7e9c768964523257be0c01bd13d29db
1 file changed +1 -1
core/commands/dht.go
+1 -1
@@ -442,7 +442,7 @@ You may only use keytypes that are supported in your ipfs binary: currently this
442
443 Value is arbitrary text. Standard input can be used to provide value.
444
445 -NOTE: a value may NOT exceed 2048 bytes.
445 +NOTE: A value may not exceed 2048 bytes.
446 `,
447 },
448