From 7fa419c5080f2f412f07975d0e788c352c790aa3 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 29 Jan 2024 18:40:08 +0000 Subject: [PATCH] Fix out-of-bounds paragraph text --- documentation/hardened_malloc.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index bda0cc5..a29c059 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -40,7 +40,7 @@

For the complete hardened_malloc documentation, visit its official documentation.

This documentation is also available in portable AsciiDoc format in my - documentation source code repository

. + documentation source code repository.