From c633053663eb72516078526389dc8756dbe43652 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 12 May 2024 14:34:29 +0200 Subject: [PATCH] Fixed spelling --- runtime/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/main.rs b/runtime/src/main.rs index 13986d4..7991690 100644 --- a/runtime/src/main.rs +++ b/runtime/src/main.rs @@ -1,4 +1,4 @@ -// Prevents additional console window on Windows in release, DO NOT REMOVE!! +// Prevents an additional console window on Windows in release, DO NOT REMOVE!! #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] use arboard::Clipboard;