Skip to content

Commit e47278f

Browse files
committed
Fix error comment
1 parent c8b0341 commit e47278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum Error {
5555
/// The source error.
5656
source: WindowsError
5757
},
58-
/// The `LoadLibraryW` call failed and system did not report an error.
58+
/// The `GetModuleHandleExW` call failed and system did not report an error.
5959
GetModuleHandleExWUnknown,
6060
/// The `GetProcAddress` call failed.
6161
GetProcAddress {

0 commit comments

Comments
 (0)