typo
the build was successful Details

This commit is contained in:
tastytea 2018-11-27 10:14:44 +01:00
parent 645554e226
commit 87bedbbf7b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Image image::identicon(const string &digest)
{
const string sha256 = hash::sha256(digest);
Magick::Image img(Magick::Geometry(4, 4), Magick::Color("white"));
// The 16 named colors specified in HTML 14.01 minus white, silver and gray.
// The 16 named colors specified in HTML 4.01 minus white, silver and gray.
const std::array<Magick::Color, 13> colors =
{
Magick::Color("black"),