From f46e0af79d9a88199d704102bd3e38fd33f4da81 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 13 May 2020 15:36:50 +0200 Subject: [PATCH] Minor cleanup in directories chapter --- docs/design/directories.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/directories.rst b/docs/design/directories.rst index fe7614eb..bc18ad18 100644 --- a/docs/design/directories.rst +++ b/docs/design/directories.rst @@ -22,7 +22,7 @@ Library Directories Structure - *./units* - The main directory of the library. - - Contains headers files that define a public interface of the library framework + - Contains headers files that define a public interface of the library framework. - *./units/bits* @@ -38,7 +38,7 @@ Library Directories Structure - *./units/physical* - - Contains the definition of physical units dimensions + - Contains the definition of physical units dimensions. - Its subfolders provide the definitions of various :term:`systems of units ` with :term:`SI` being the most popular one.