Skip to content

Commit c9611e3

Browse files
ThorstenHansvdice
andauthored
chore: add missing verb in comment
Co-authored-by: Vaughn Dice <[email protected]> Signed-off-by: Thorsten Hans <[email protected]>
1 parent a8088b5 commit c9611e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const FAVICON_ICO_FILENAME: &str = "favicon.ico";
3838
const FAVICON_PNG_FILENAME: &str = "favicon.png";
3939
// Fallback favicon.png that is used when user does not supply a custom one
4040
const FALLBACK_FAVICON_PNG: &[u8] = include_bytes!("../spin-favicon.png");
41-
// Fallback favicon.ico that is used when user does not a custom one
41+
// Fallback favicon.ico that is used when user does not supply a custom one
4242
const FALLBACK_FAVICON_ICO: &[u8] = include_bytes!("../spin-favicon.ico");
4343
/// Common Content Encodings
4444
#[derive(Debug, Eq, PartialEq)]

0 commit comments

Comments
 (0)