From 9f8ef87ea8af6ce89dbb6a1ca41397ae25372d49 Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Thu, 18 Jul 2019 23:35:41 +0530 Subject: [PATCH] Update bool.adoc --- Language/Variables/Data Types/bool.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/bool.adoc b/Language/Variables/Data Types/bool.adoc index 27f66d74b..6145dab3a 100644 --- a/Language/Variables/Data Types/bool.adoc +++ b/Language/Variables/Data Types/bool.adoc @@ -12,7 +12,7 @@ subCategories: [ "Data Types" ] [float] === Description -A `bool` holds one of two values, `true` or `false`. (Each `bool` variable occupies one byte of memory.) +A `bool` holds one of two values, `link:../../constants/constants[true]` or `link:../../constants/constants[false]`. (Each `bool` variable occupies one byte of memory.) [%hardbreaks]