fixed a wrong comment in Socket.moo
This commit is contained in:
parent
907edeb45b
commit
2a4314c640
@ -182,7 +182,7 @@ class(#byte) IP6Address(IPAddress)
|
|||||||
|
|
||||||
if (colonpos >= 0)
|
if (colonpos >= 0)
|
||||||
{
|
{
|
||||||
/* double colon position */
|
## double colon position
|
||||||
self basicMoveFrom: colonpos length: 5 to: ((self basicSize) - colonpos).
|
self basicMoveFrom: colonpos length: 5 to: ((self basicSize) - colonpos).
|
||||||
}.
|
}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user