File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -502,11 +502,11 @@ impl BufferState {
502502/// * A row always starts with [`table`](Buffer::table).
503503/// * A row must contain at least one [`symbol`](Buffer::symbol) or
504504/// column (
505- /// [`column_bool`](Buffer::column_bool),
506- /// [`column_i64`](Buffer::column_i64),
507- /// [`column_f64`](Buffer::column_f64),
508- /// [`column_str`](Buffer::column_str),
509- /// [`column_ts`](Buffer::column_ts)).
505+ /// [`column_bool`](Buffer::column_bool),
506+ /// [`column_i64`](Buffer::column_i64),
507+ /// [`column_f64`](Buffer::column_f64),
508+ /// [`column_str`](Buffer::column_str),
509+ /// [`column_ts`](Buffer::column_ts)).
510510/// * Symbols must appear before columns.
511511/// * A row must be terminated with either [`at`](Buffer::at) or
512512/// [`at_now`](Buffer::at_now).
You can’t perform that action at this time.
0 commit comments