Skip to content

Commit a8088b5

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 ab77eeb commit a8088b5

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
@@ -36,7 +36,7 @@ const DIRECTORY_FALLBACK_PATH: &str = "index.html";
3636
const FAVICON_ICO_FILENAME: &str = "favicon.ico";
3737
// FAVICON_PNG_FILENAME
3838
const FAVICON_PNG_FILENAME: &str = "favicon.png";
39-
// Fallback favicon.png that is used when user does not a custom one
39+
// 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");
4141
// Fallback favicon.ico that is used when user does not a custom one
4242
const FALLBACK_FAVICON_ICO: &[u8] = include_bytes!("../spin-favicon.ico");

0 commit comments

Comments
 (0)