#2409 Mistake in the docs?

elyashiv Mon 13 Apr 2015

In the documentation for the sys::List.pop it says that the method works like remove(-1). Shouldn't it be removeAt(-1)?

brian Mon 13 Apr 2015

pushed a fix, thanks

elyashiv Tue 14 Apr 2015

No problem. I think I spot another one in the doc for build::BuildScript.parseArgs - it says it will return true or false, while the value returned is of type TargetMethod[]?.

Doesn't matter as much, because it's a private method.

Login or Signup to reply.