We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8088b5 commit c9611e3Copy full SHA for c9611e3
src/lib.rs
@@ -38,7 +38,7 @@ const FAVICON_ICO_FILENAME: &str = "favicon.ico";
38
const FAVICON_PNG_FILENAME: &str = "favicon.png";
39
// Fallback favicon.png that is used when user does not supply a custom one
40
const FALLBACK_FAVICON_PNG: &[u8] = include_bytes!("../spin-favicon.png");
41
-// Fallback favicon.ico that is used when user does not a custom one
+// Fallback favicon.ico that is used when user does not supply a custom one
42
const FALLBACK_FAVICON_ICO: &[u8] = include_bytes!("../spin-favicon.ico");
43
/// Common Content Encodings
44
#[derive(Debug, Eq, PartialEq)]
0 commit comments