Skip to content

Commit 29b5711

Browse files
Changed the comment to match the ansi standard
1 parent 57dc57d commit 29b5711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel/Number.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Number >> asFloat [
264264

265265
{ #category : #converting }
266266
Number >> asInteger [
267-
"Answer an Integer nearest the receiver toward zero."
267+
"Answer the result of sending #rounded to the receiver"
268268

269269
^self rounded
270270
]

0 commit comments

Comments
 (0)