Capitalization fixes

Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
This commit is contained in:
Frigyes 2024-04-09 09:20:36 -07:00 committed by GitHub
commit e86c3f7891
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ fn main() -> iced::Result {
/// match setup_logger().expect("Error setting up logger")
/// '''
pub fn setup_logger() -> Result<(), fern::InitError> {
/// Attach Windows terminal, only on windows
/// Attach Windows terminal, only on Windows
#[cfg(target_os = "windows")]
{
attach_windows_console();
@ -89,7 +89,7 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
/// (Windows) Allow the application to display logs to the terminal
/// regardless if it was compiled with `windows_subsystem = "windows"`.
///
/// This is excluded on non-windows targets.
/// This is excluded on non-Windows targets.
#[cfg(target_os = "windows")]
fn attach_windows_console() {
use win32console::console::WinConsole;