From 815ff935c8aaeea80bd5865c7dba8f4d0ff41bdf Mon Sep 17 00:00:00 2001 From: Eduardo Toledo Date: Fri, 16 Feb 2024 16:06:10 +0100 Subject: [PATCH] Small docs change --- Sources/Gravatar/Options/DefaultImageOption.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Gravatar/Options/DefaultImageOption.swift b/Sources/Gravatar/Options/DefaultImageOption.swift index 102b81e73..1ef0c4b97 100644 --- a/Sources/Gravatar/Options/DefaultImageOption.swift +++ b/Sources/Gravatar/Options/DefaultImageOption.swift @@ -1,4 +1,5 @@ /// Options to return a default image if the image requested does not exist. +/// /// Most of these work by taking the requested email hash and using it to generate a themed image that is unique to that email address. /// public enum DefaultImageOption: String {