Skip to content

Commit 157e7a4

Browse files
committed
Better docs in NpgsqlInterval
1 parent 4759323 commit 157e7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Npgsql/NpgsqlTypes/NpgsqlInterval.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public NpgsqlInterval(int months, int days, long time)
3939
public int Days { get; }
4040

4141
/// <summary>
42-
/// All time units other than days, months and years.
42+
/// Remaining time unit smaller than a day, in microseconds.
4343
/// </summary>
4444
public long Time { get; }
4545

0 commit comments

Comments
 (0)