Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Venturini committed Jun 10, 2011
1 parent 209757a commit 91a91e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tetris.opa
Expand Up @@ -537,7 +537,7 @@ Tetris(size, nbcol, nbline, speed, color) = {{
])
canvas = Canvas.get(#tetris_field)
match canvas with
| {none} -> Dom.transform([#info <- <>An error as occured... Sorry</>])
| {none} -> Dom.transform([#info <- <>An error has occured... Sorry</>])
| {some = c} ->
ctx = Option.get(Canvas.get_context_2d(c))
// Prepare the key binding
Expand Down

0 comments on commit 91a91e4

Please sign in to comment.