summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 2 insertions, 2 deletions
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 @