changeset 2922:5d78f1ba95a8

[project @ 1997-05-02 04:50:54 by jwe]
author jwe
date Fri, 02 May 1997 04:50:54 +0000
parents 64dd86522a1d
children 76e1331ba933
files NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.