Skip to content

Commit

Permalink
fix spelling error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Mar 8, 2016
1 parent 0b03959 commit eec1c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2543,7 +2543,7 @@ <h3 id="texture.wrap" class="field-def">texture.wrap</h3>
</ul>
<p>Updatable.</p>
<h1 id="framebuffers">Framebuffers</h1>
<p>A framebuffer is like an off-screen window you can draw too. It has a texture associated with it that gets updated when you draw to the framebuffer. The texture can then be used as input to further rendering.</p>
<p>A framebuffer is like an off-screen window you can draw to. It has a texture associated with it that gets updated when you draw to the framebuffer. The texture can then be used as input to further rendering.</p>
<h2 id="creating-a-framebuffer">Creating a framebuffer</h2>
<h3 id="am.framebuffer" class="func-def">am.framebuffer(texture [, depth_buf [, stencil_buf]])</h3>
<p>Creates framebuffer with the given texture attached.</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/textures.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Updatable.

# Framebuffers

A framebuffer is like an off-screen window you can draw too.
A framebuffer is like an off-screen window you can draw to.
It has a texture associated with it that gets updated when you
draw to the framebuffer. The texture can then be used as input to
further rendering.
Expand Down

0 comments on commit eec1c92

Please sign in to comment.