book
book copied to clipboard
Clarify numeric literal terminology in data types section
This PR enhances clarity in the "Integer Literals" documentation section by:
-
Acknowledging the intentional shift from "integer literals" to "number literals"
-
Explicitly connecting numeric literal features to floating-point literals
-
Maintaining table accuracy while explaining broader applicability
The changes help readers understand that type suffixes and visual separators apply to all numeric literals, while keeping the section focused on integer examples.