Skip to content

Commit 9e2838b

Browse files
committed
Update dartdoc.
1 parent 24a88ff commit 9e2838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/connection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class PostgreSQLConnection extends Object
104104
/// to [Notification.processID].
105105
Stream<Notification> get notifications => _notifications.stream;
106106

107-
/// Whether or not this connection is open or not.
107+
/// Reports on the latest known status of the connection: whether it was open or failed for some reason.
108108
///
109109
/// This is `true` when this instance is first created and after it has been closed or encountered an unrecoverable error.
110110
/// If a connection has already been opened and this value is now true, the connection cannot be reopened and a instance

0 commit comments

Comments
 (0)