From c1ed20adc884b75742fc300e93a2adcbe628b6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 21 Jan 2023 01:31:09 +0000 Subject: [PATCH] Remove an extra newline. --- parts.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parts.rst b/parts.rst index 000b7a7..b021271 100644 --- a/parts.rst +++ b/parts.rst @@ -91,8 +91,7 @@ cc_x86 The ``cc_x86`` implements a subset of the C language designed in ``M0`` assembly. It is a somewhat limited subset of C but complete enough to make it easy to write a more usable C compiler written in the C subset that ``cc_x86`` supports. -At this stage we start using `M2libc `_ as our C library. In fact, ``M2libc`` ships two versions of C library. There is a single-file library that contains just enough to build ``M2-Planet`` and there is -a full version that is rather well-featured. +At this stage we start using `M2libc `_ as our C library. In fact, ``M2libc`` ships two versions of C library. There is a single-file library that contains just enough to build ``M2-Planet`` and there is a full version that is rather well-featured. M2-Planet =========