fixed a wrong comment in Socket.moo

This commit is contained in:
hyunghwan.chung 2018-01-01 15:59:34 +00:00
parent 907edeb45b
commit 2a4314c640

View File

@ -182,7 +182,7 @@ class(#byte) IP6Address(IPAddress)
if (colonpos >= 0)
{
/* double colon position */
## double colon position
self basicMoveFrom: colonpos length: 5 to: ((self basicSize) - colonpos).
}.