Skip to content

Commit f63cf69

Browse files
committed
docs: remove "copyright"
1 parent 92c1e22 commit f63cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-web/src/http/header/content_disposition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ impl DispositionParam {
267267
/// parameters: vec![DispositionParam::FilenameExt(ExtendedValue {
268268
/// charset: Charset::Iso_8859_1, // The character set for the bytes of the filename
269269
/// 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
270+
/// value: b"\xA9 Ferris 2011.txt".to_vec(), // the actual bytes of the filename
271271
/// })],
272272
/// };
273273
/// assert!(cd1.is_attachment());

0 commit comments

Comments
 (0)