Fix obsolete comment change in libs document.

"DateTime.parse taking optional arg".

Change-Id: I67779495a946789ba71ff1dffcdb8089a14f8073
Reviewed-on: https://dart-review.googlesource.com/18182
Reviewed-by: Florian Loitsch <floitsch@google.com>
This commit is contained in:
Florian Loitsch 2017-11-02 09:37:37 +00:00
parent 4ea37a8702
commit 0407c94349

View file

@ -566,7 +566,6 @@ class DateTime implements Comparable<DateTime> {
// Improved to accept RFC1123 format (and more of RFC 3399).
// Now errors, if the entries are out of range (like a month value of 13).
// Now has an `onError` optional named argument.
static DateTime parse(String formattedString);
/**