diff --git a/docs/newsletter/lib/lib.md b/docs/newsletter/lib/lib.md index bdafb77f7ea..81a8e232e62 100644 --- a/docs/newsletter/lib/lib.md +++ b/docs/newsletter/lib/lib.md @@ -565,7 +565,7 @@ class DateTime implements Comparable { DateTime.now() : this._now(); // Improved to accept RFC1123 format (and more of RFC 3399). - // Now errors, if the entries are out of range (like a month alue of 13). + // 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);