From 4b800562b03ab2139e1548cd06640a93794d2f38 Mon Sep 17 00:00:00 2001 From: Ankush Agarwal Date: Thu, 25 Dec 2014 22:37:43 -0800 Subject: [PATCH] Fix names-generator comment about name generation Signed-off-by: Ankush Agarwal --- namesgenerator/names-generator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index b641e91..5ab7468 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -8,7 +8,7 @@ import ( var ( left = [...]string{"happy", "jolly", "dreamy", "sad", "angry", "pensive", "focused", "sleepy", "grave", "distracted", "determined", "stoic", "stupefied", "sharp", "agitated", "cocky", "tender", "goofy", "furious", "desperate", "hopeful", "compassionate", "silly", "lonely", "condescending", "naughty", "kickass", "drunk", "boring", "nostalgic", "ecstatic", "insane", "cranky", "mad", "jovial", "sick", "hungry", "thirsty", "elegant", "backstabbing", "clever", "trusting", "loving", "suspicious", "berserk", "high", "romantic", "prickly", "evil", "admiring", "adoring", "reverent", "serene", "fervent", "modest", "gloomy", "elated"} - // Docker 0.7.x generates names from notable scientists and hackers. + // Docker, starting from 0.7.x, generates names from notable scientists and hackers. // // Ada Lovelace invented the first algorithm. http://en.wikipedia.org/wiki/Ada_Lovelace (thanks James Turnbull) // Ada Yonath - an Israeli crystallographer, the first woman from the Middle East to win a Nobel prize in the sciences. http://en.wikipedia.org/wiki/Ada_Yonath