From 52b39a5b596d0b147b98b181ac93ba5cc99da454 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 23 Sep 2021 09:01:45 -0400 Subject: doc: Fix a couple of typos. --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index 14b1ea9..e6230da 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1936,7 +1936,7 @@ Return the width of @var{texture} in pixels. Return the height of @var{texture} in pixels. @end deffn -@subsubection Tile Atlases +@subsubsection Tile Atlases It is common practice to combine multiple bitmap images into a single texture, known as a ``tile atlas'' or ``tile set'', because it is more @@ -1984,7 +1984,7 @@ Return the texture region in @var{atlas} at @var{index}. @subsubsection Cube Maps A cube map is a special type of texture composed of 6 images that can -be thought of as forming the 6 faces of a cube. @xref(Skyboxes) for a +be thought of as forming the 6 faces of a cube. @xref{Skyboxes} for a practical use of cube maps. @deffn {Procedure} load-cube-map #:right #:left #:top #:bottom #:front #:back @ -- cgit v1.2.3