diff --git a/README.md b/README.md index 9b20e28..5f36a7e 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Requirements to making a program: # Variables -Variables are stored in a hashmap for quick and easy access. Variables also support type juggling. When you define a variable its type will be assumed when parsed. For example, all positive numbers will be treated like an unsigned long double. +Variables are stored in a hashmap for quick and easy access. Variables also support type juggling. When you define a variable its type will be assumed when parsed. ``` myint = 121231; // double (unsigned long)