Commit ab37d533 authored by YOU's avatar YOU Committed by Dylan Trotter

fix a lint error on comment (#101)

parent da77ee03
...@@ -65,7 +65,7 @@ func Assert(f *Frame, cond *Object, msg *Object) *BaseException { ...@@ -65,7 +65,7 @@ func Assert(f *Frame, cond *Object, msg *Object) *BaseException {
return raised return raised
} }
// compare implements a 3-way comparison which returns: // Compare implements a 3-way comparison which returns:
// //
// -1 if v < w // -1 if v < w
// 0 if v == w // 0 if v == w
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment