Skip to content

Commit 51df497

Browse files
committed
Changed error text
1 parent 0082b5b commit 51df497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub static ERROR_STR: [&'static str; 19] = [
169169
"The operation succeeded.",
170170
"The system encountered an otherwise unspecified error while performing the operation.",
171171
"The operation is not implemented, supported, or enabled.",
172-
"The system was unable to allocate some resource needed for the operation.",
172+
"The system was not able to allocate some resource needed for the operation.",
173173
"The system was not able to allocate memory needed for the operation.",
174174
"An argument passed was invalid.",
175175
"A specified handle value does not refer to a valid handle.",

0 commit comments

Comments
 (0)