Commit 779c8c4050c11f5afa387d4f2a27650a7cd2a7fc

Nikhil Ramakrishnan 2018-06-18T15:17:13

Some more minor doc fixes.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h
index 03233eb..5dedb52 100644
--- a/include/freetype/ftcache.h
+++ b/include/freetype/ftcache.h
@@ -30,13 +30,13 @@ FT_BEGIN_HEADER
   /*************************************************************************
    *
    * @section:
-   *    cache_subsystem
+   *   cache_subsystem
    *
    * @title:
-   *    Cache Sub-System
+   *   Cache Sub-System
    *
    * @abstract:
-   *    How to cache face, size, and glyph data with FreeType~2.
+   *   How to cache face, size, and glyph data with FreeType~2.
    *
    * @description:
    *   This section describes the FreeType~2 cache sub-system, which is used