Get rid of my name from TODOs. Anyone can do them.
This commit is contained in:
@@ -2,4 +2,4 @@ io.write(1 + 2) // expect: 3
|
||||
io.write(12.34 + 0.13) // expect: 12.47
|
||||
io.write(3 + 5 + 2) // expect: 10
|
||||
|
||||
// TODO(bob): Unsupported RHS types.
|
||||
// TODO: Unsupported RHS types.
|
||||
|
||||
Reference in New Issue
Block a user