docs: remove stray space in code-block
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 28 May 2019 11:53:03 +0000 (13:53 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 5 Jun 2019 21:48:44 +0000 (23:48 +0200)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/faq.html

index 4f3c200ce8224e68f5463250070b12e41e154334..cbf1370220a61419f04abced3dd59aa7fbcc8ed4 100644 (file)
@@ -273,7 +273,7 @@ for details.
 Mesa uses a 16-bit depth buffer by default which is smaller and faster
 to clear than a 32-bit buffer but not as accurate.
 If you need a deeper you can modify the parameters to
-<code> glXChooseVisual</code> in your code.
+<code>glXChooseVisual</code> in your code.
 </p>