Skip to content

Commit

Permalink
Fix BigQueryInsertStatus bullet point descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jan 12, 2021
1 parent ba82dc4 commit 648196d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public enum BigQueryInsertStatus
/// returned by the insert operation will contain error information about the invalid rows.
/// This can happen when:
/// <list type="bullet">
/// <item> No rows are valid.</item>
/// <item> <see cref="InsertOptions.SkipInvalidRows"/> is not set to true and at least
/// one row is invalid.</item>
/// <item><description>No rows are valid.</description></item>
/// <item><description><see cref="InsertOptions.SkipInvalidRows"/> is not set to true and at least
/// one row is invalid.</description></item>
/// </list>
/// </summary>
NoRowsInserted
Expand Down

0 comments on commit 648196d

Please sign in to comment.