From d680608b8f2fff872dbdd38ec3e7fc8d23cb8954 Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Thu, 18 Jul 2019 23:52:18 +0530 Subject: [PATCH] Update long.adoc --- Language/Variables/Data Types/long.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/long.adoc b/Language/Variables/Data Types/long.adoc index 061c9c2c9..07bd862df 100644 --- a/Language/Variables/Data Types/long.adoc +++ b/Language/Variables/Data Types/long.adoc @@ -19,7 +19,7 @@ subCategories: [ "Data Types" ] === Description Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from -2,147,483,648 to 2,147,483,647. -If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the link:../../constants/integerconstants[Integer Constants] page for details. +If doing math with integers, at least one of the numbers must be followed by an L, forcing it to be a long. See the `link:../../constants/integerconstants[Integer Constants]` page for details. [%hardbreaks] [float]