Typo: text is left-aligned.

This commit is contained in:
Nick Bathum 2021-03-06 09:34:20 -05:00 committed by David Himmelstrup
commit df8e63e9b6

View file

@ -363,7 +363,7 @@ API references:
[oScaleIn](https://hackage.haskell.org/package/reanimate/docs/Reanimate-Scene.html#v:oScaleIn),
[oGrow](https://hackage.haskell.org/package/reanimate/docs/Reanimate-Scene.html#v:oGrow).
Let's use the `oDraw` function to draw text on the screen and let's make sure the text is right-aligned:
Let's use the `oDraw` function to draw text on the screen and let's make sure the text is left-aligned:
<pre class="interactive">
animation :: Animation
@ -521,4 +521,4 @@ env = addStatic (mkBackground "lightblue") .
delay += 0;
}
},0);
</script>
</script>