From 0f9f6fae4b8fc5728289af944be223305e585a4f Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Thu, 18 Jul 2019 23:54:05 +0530 Subject: [PATCH] Update size_t.adoc --- Language/Variables/Data Types/size_t.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Data Types/size_t.adoc b/Language/Variables/Data Types/size_t.adoc index 7c772af14..daadd550e 100644 --- a/Language/Variables/Data Types/size_t.adoc +++ b/Language/Variables/Data Types/size_t.adoc @@ -12,7 +12,7 @@ subCategories: [ "Data Types" ] [float] === Description -`size_t` is a data type capable of representing the size of any object in bytes. Examples of the use of `size_t` are the return type of link:../../utilities/sizeof[sizeof()] and link:../../../functions/communication/serial/print[Serial.print()]. +`size_t` is a data type capable of representing the size of any object in bytes. Examples of the use of `size_t` are the return type of `link:../../utilities/sizeof[sizeof()]` and `link:../../../functions/communication/serial/print[Serial.print()]`. [%hardbreaks]