Tweak doc comment

This commit is contained in:
Yuki Okushi 2025-09-15 17:22:23 +09:00 committed by GitHub
parent d4b827d46b
commit a8853634cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -147,9 +147,9 @@ impl Files {
self self
} }
/// Redirect with permanent redirect status code /// Redirect with permanent redirect status code (308).
/// ///
/// By default redirect with temporary redirect status code /// By default redirect with temporary redirect status code (307).
pub fn with_permanent_redirect(mut self) -> Self { pub fn with_permanent_redirect(mut self) -> Self {
self.with_permanent_redirect = true; self.with_permanent_redirect = true;
self self