Skip to content

Commit

Permalink
[e] (0) typo fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3011 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 28, 2009
1 parent 97f6224 commit 1452249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -36282,7 +36282,7 @@ interface <dfn id=renderingcontext2dcallback>RenderingContext2DCallback</dfn> {
the notifications from the <code><a href=#datagrid>datagrid</a></code>. Initially, its
value must be null. On getting, it must return its value. On
setting, its value must be set to the new value, and then the user
agent must <a href=#queue-a-task>queue a task</a> to call the <code title=dom-listener-initialize><a href=#dom-listener-initialize>initalize()</a></code> method with the
agent must <a href=#queue-a-task>queue a task</a> to call the <code title=dom-listener-initialize><a href=#dom-listener-initialize>initialize()</a></code> method with the
<code><a href=#datagrid>datagrid</a></code> element as its only argument.</p>


Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -40870,7 +40870,7 @@ interface <dfn>RenderingContext2DCallback</dfn> {
value must be null. On getting, it must return its value. On
setting, its value must be set to the new value, and then the user
agent must <span>queue a task</span> to call the <code
title="dom-listener-initialize">initalize()</code> method with the
title="dom-listener-initialize">initialize()</code> method with the
<code>datagrid</code> element as its only argument.</p>


Expand Down

0 comments on commit 1452249

Please sign in to comment.