From 01ebf6c37e478d5801a3681ae775bfb465a44778 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Mon, 25 May 2026 13:11:19 +1000 Subject: [PATCH] Update src/values_and_types.md --- src/values_and_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/values_and_types.md b/src/values_and_types.md index ed8522a..be53e35 100644 --- a/src/values_and_types.md +++ b/src/values_and_types.md @@ -6,7 +6,7 @@ In Solstice, everything is a value, and every value has a type. Values can be mo An `int` is a signed (meaning either positive or negative) 8-byte integer (meaning no decimal place). -Using this size, Solstice can accurately process numbers between `-9,223,372,036,854,775,807` and `9,223,372,036,854,775,807`. +Using this size, Solstice can accurately process numbers between `-9,223,372,036,854,775,808` and `9,223,372,036,854,775,807`. Integers are represented as a collection of digits not seperated by anything, such as: