mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
@@ -16,7 +16,7 @@ pub(crate) fn fahrenheit_to_celsius(degree: f64) -> f64 {
|
||||
todo!()
|
||||
}
|
||||
|
||||
/// Captializes English alphabets (leaving the other characters intact).
|
||||
/// Capitalizes English alphabets (leaving the other characters intact).
|
||||
pub(crate) fn capitalize(input: String) -> String {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user