diff --git a/README.md b/README.md index 3790ef0..096fb9e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ if(found) { - Recommendation: -Signed integers are safer because they will error out if an overflow occurs, and signed integers are only used when they are really needed. +Unsigned integers are safer because they will error out if an overflow occurs, and signed integers are only used when they are really needed. ### Un-secure random number