diff NEWS @ 2922:5d78f1ba95a8

[project @ 1997-05-02 04:50:54 by jwe]
author jwe
date Fri, 02 May 1997 04:50:54 +0000
parents c8e635ff1af4
children 1b219fa3c56a
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,7 @@
         my_stream = fopen ("foo", "w");
         my_stream << "x = " << pi << " marks the spot\n";
 
-      writes `x = 3.14159 marks the spot' in the file foo.
+      writes `x = 3.1416 marks the spot' in the file foo.
 
       The built-in variables stdin, stdout, and stderr are now also
       file objects instead of integers.