This commit is contained in:
Brenton Bostick
2023-01-11 13:42:30 -05:00
committed by GitHub
parent 27c26a77a2
commit d31f238be0
4 changed files with 4 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ public enum ResultCode {
*/
RESULT_OK(0),
// Fatal errors (> 0, < 1000)
// Fatal errors (>=100, <1000)
/**
* Ran out of memory
*/