summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Fonts.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2019-06-05 07:49:07 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-06-05 07:49:07 -0400
commit228c44724bca054266d83dd10baee62281c6e09b (patch)
tree4e09fd7ebbdd871d8723bf82fac997d7ef8b3a40 /manuals/chickadee/Fonts.html
parentfd07253640bbd6a81300ef0c801fff930abecbce (diff)
Update chickadee manual to fix a few errors.
Diffstat (limited to 'manuals/chickadee/Fonts.html')
-rw-r--r--manuals/chickadee/Fonts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/Fonts.html b/manuals/chickadee/Fonts.html
index d65d67c..4227f0b 100644
--- a/manuals/chickadee/Fonts.html
+++ b/manuals/chickadee/Fonts.html
@@ -158,7 +158,7 @@ and return a new font object.
built-in font is used.
</p>
<div class="example">
-<pre class="example">(draw-text font &quot;Hello, world!&quot; (vec2 128.0 128.0))
+<pre class="example">(draw-text &quot;Hello, world!&quot; (vec2 128.0 128.0))
</pre></div>
<p>To render a substring of <var>text</var>, use the <var>start</var> and <var>end</var>