From c6380b550a5cc67ceeef0cc984987849b6fbee09 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Sun, 26 Feb 2023 00:00:47 +0200 Subject: [PATCH] Fix typo --- lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.rs b/lib.rs index 0ea7ac2..2664a89 100644 --- a/lib.rs +++ b/lib.rs @@ -429,7 +429,7 @@ impl WindowsResource { } /// Some as [`set_manifest()`] but a filename can be provided and - /// file is included by the resource compieler itself. + /// file is included by the resource compiler itself. /// This method works the same way as [`set_icon()`] /// /// [`set_manifest()`]: #method.set_manifest