We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c1e22 commit f63cf69Copy full SHA for f63cf69
actix-web/src/http/header/content_disposition.rs
@@ -267,7 +267,7 @@ impl DispositionParam {
267
/// parameters: vec![DispositionParam::FilenameExt(ExtendedValue {
268
/// charset: Charset::Iso_8859_1, // The character set for the bytes of the filename
269
/// language_tag: None, // The optional language tag (see `language-tag` crate)
270
-/// value: b"\xa9 Copyright 1989.txt".to_vec(), // the actual bytes of the filename
+/// value: b"\xA9 Ferris 2011.txt".to_vec(), // the actual bytes of the filename
271
/// })],
272
/// };
273
/// assert!(cd1.is_attachment());
0 commit comments