correct small typo in 'Animation in Canvases' (#40)

flushing to the screen can be starved if flushing is frequently suspend.
changed to
flushing to the screen can be starved if flushing is frequently suspended.
This commit is contained in:
Stephen De Gabrielle 2016-08-19 13:37:35 +01:00 committed by Robby Findler
parent ce1ded41f2
commit 0e99b1f286

View File

@ -998,7 +998,7 @@ animation frame with @method[canvas<%> suspend-flush] and
are not flushed to the screen. Use @method[canvas<%> flush] to ensure
that canvas content is flushed when it is ready if a @method[canvas<%>
suspend-flush] will soon follow, because the process of flushing to
the screen can be starved if flushing is frequently suspend. The
the screen can be starved if flushing is frequently suspended. The
method @xmethod[canvas% refresh-now] conveniently encapsulates this
sequence.