help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Missing exclamation point in Float.st


From: Jānis Rūcis
Subject: [Help-smalltalk] Missing exclamation point in Float.st
Date: Fri, 23 Mar 2007 20:54:19 +0200
User-agent: Icedove 1.5.0.9 (X11/20061220)

The attached microscopic patch adds a missing exclamation point in
kernel/Float.st.  Was messing with syntax highlighting...

Jānis
Index: kernel/Float.st
===================================================================
--- kernel/Float.st     (revision 2)
+++ kernel/Float.st     (working copy)
@@ -293,7 +293,7 @@
     ^Fraction
        numerator: (self < 0 ifTrue: [ n0 negated ] ifFalse: [ n0 ])
        denominator: d0
-!
+! !
 
 
 !Float methodsFor: 'transcendental operations'!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]