summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/tutorials/opengl/opengl-es20.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/resources/tutorials/opengl/opengl-es20.jd')
-rw-r--r--docs/html/resources/tutorials/opengl/opengl-es20.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/resources/tutorials/opengl/opengl-es20.jd b/docs/html/resources/tutorials/opengl/opengl-es20.jd
index 439f7d5..889dd50 100644
--- a/docs/html/resources/tutorials/opengl/opengl-es20.jd
+++ b/docs/html/resources/tutorials/opengl/opengl-es20.jd
@@ -422,8 +422,8 @@ not square and, by default, OpenGL happily maps a perfectly square, uniform coor
system onto your typically non-square screen. To solve this problem, you can apply an OpenGL
projection mode and camera view (eye point) to transform the coordinates of your graphic objects
so they have the correct proportions on any display. For more information about OpenGL coordinate
-mapping, see <a href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">Coordinate
-Mapping for Drawn Objects</a>.</p>
+mapping, see <a href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">Mapping
+Coordinates for Drawn Objects</a>.</p>
<p>To apply projection and camera view transformations to your triangle:
</p>