From e30eb51cf5d2567618c7b8fa6926ed907d7e10f0 Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Sat, 22 Dec 2018 17:36:31 +0200 Subject: [PATCH] Add bold point to String's documentation, as suggested by @lightspot21 --- inc/etl/String.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/etl/String.hpp b/inc/etl/String.hpp index d3dd29c4..8fbd401c 100644 --- a/inc/etl/String.hpp +++ b/inc/etl/String.hpp @@ -19,7 +19,7 @@ * This class is a child of etl::string that provides some extra functionality that might be * useful to us. For the full documentation, look at https://www.etlcpp.com/string.html * - * Strings defined using the String class do NOT have a null-terminating byte + * Strings defined using the String class <b>do NOT have a null-terminating byte</b> * * @tparam MAX_SIZE The maximum size of the strings */ -- GitLab