html5/2dcontext Overview.html,1.188,1.189

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv12333

Modified Files:
	Overview.html 
Log Message:
commit a3ff2e860b9de067f2b33faad08a86b411533c24
Author: ianh <ianh@340c8d12-0b0e-0410-8428-c7bf67bfef74>
Date:   Fri Oct 19 23:02:56 2012 +0000

    [e] (0) Fix some typos or copypasta.
    Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18795
    Affected topics: Canvas
    
    git-svn-id: http://svn.whatwg.org/webapps@7481 340c8d12-0b0e-0410-8428-c7bf67bfef74


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.html	18 Oct 2012 22:43:10 -0000	1.188
+++ Overview.html	26 Oct 2012 17:13:43 -0000	1.189
@@ -3236,7 +3236,7 @@
   consisting of two points, with coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>) and (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), in that order,
   connected by a single straight line.</p>
 
-  <p>Otherwise, the path has a single subpath are four points, with
+  <p>Otherwise, the path has a single subpath consisting of four points, with
   coordinates (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>), (<span title=""><var title="">x</var>+<var title="">w</var></span>, <span title=""><var title="">y</var></span>+<var title="">h</var>), and (<span title=""><var title="">x</var></span>, <span title=""><var title="">y</var>+<var title="">h</var></span>), connected to each
   other in that order by straight lines.</p>
 

Received on Friday, 26 October 2012 17:13:46 UTC