Fix error comment

This commit is contained in:
Ivan Molodetskikh
2020-12-30 19:01:50 +03:00
parent ad352b2ae2
commit 4bfc6b53d7
+1 -1
View File
@@ -55,7 +55,7 @@ pub enum Error {
/// The source error.
source: WindowsError
},
/// The `LoadLibraryW` call failed and system did not report an error.
/// The `GetModuleHandleExW` call failed and system did not report an error.
GetModuleHandleExWUnknown,
/// The `GetProcAddress` call failed.
GetProcAddress {