From d397745e30f6e99945b2afdd82559ac537f18b44 Mon Sep 17 00:00:00 2001 From: Aman Shah Date: Tue, 30 Oct 2018 04:30:53 +0530 Subject: [PATCH] Update index.md (#24532) --- guide/english/cplusplus/tokens-variables/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/cplusplus/tokens-variables/index.md b/guide/english/cplusplus/tokens-variables/index.md index da2421ed3f..9027831f17 100644 --- a/guide/english/cplusplus/tokens-variables/index.md +++ b/guide/english/cplusplus/tokens-variables/index.md @@ -33,8 +33,8 @@ In c++ there are two types of data: ### Simple data types -* Boolean -- bool -Works like a switch, can be on or off. +* Boolean -- bool +Boolean variable can store either true or false. * Character -- char Stores a single character. * Integer -- int