fix comment - add whitespace

BUG=
R=sethladd@google.com

Review URL: https://codereview.chromium.org//1343173004 .
This commit is contained in:
keertip 2015-09-21 13:03:01 -07:00
parent f67bc2f546
commit 578f3df71c

View file

@ -37,13 +37,13 @@ external Object inspect(Object object);
/// Emit a log event.
/// [message] is the log message.
/// [time] (optional) is the timestamp.
/// [sequenceNumber] (optional) is a monotonically increasing sequence number.
/// [level] (optional) is the severity level (value between 0 and 2000).
/// [name] (optional) is the name of the source of the log message.
/// [zone] (optional) the zone where the log was emitted
/// [error] (optional) an error object associated with this log event.
/// [stackTrace] (optional) a stack trace associated with this log event.
/// [time] (optional) is the timestamp.
/// [sequenceNumber] (optional) is a monotonically increasing sequence number.
/// [level] (optional) is the severity level (value between 0 and 2000).
/// [name] (optional) is the name of the source of the log message.
/// [zone] (optional) the zone where the log was emitted
/// [error] (optional) an error object associated with this log event.
/// [stackTrace] (optional) a stack trace associated with this log event.
external void log(String message,
{DateTime time,
int sequenceNumber,