2009/dap/file-system file-writer.html,1.18,1.19

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv25241

Modified Files:
	file-writer.html 
Log Message:
Fix an old copy-paste error.


Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- file-writer.html	16 Sep 2010 22:57:39 -0000	1.18
+++ file-writer.html	23 Sep 2010 22:10:25 -0000	1.19
@@ -313,7 +313,7 @@
               <code>FileException</code> with error code
               <code>INVALID_STATE_ERR</code> and terminate this overall series
               of steps.</li>
-              <li>Set readyState to DONE and result to null.</li>
+              <li>Set readyState to DONE.</li>
               <li>Terminate any steps having to do with writing a file.</li>
               <li>Dispatch a progress event called error. Set the error
               attribute to a FileError object with the appropriate code (in this

Received on Thursday, 23 September 2010 22:10:28 UTC