Skip to content

Commit

Permalink
Reflow a doc comment to 80 characters (flutter#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch authored Jun 10, 2020
1 parent 84a9417 commit 36742f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/src/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ class Server {
/// invoked. If it is not set, the exception will be swallowed.
final ErrorCallback onUnhandledError;

/// Whether to strictly enforce the JSON-RPC 2.0 specification for received messages.
/// Whether to strictly enforce the JSON-RPC 2.0 specification for received
/// messages.
///
/// If `false`, this [Server] will accept some requests which are not conformant
/// with the JSON-RPC 2.0 specification. In particular, requests missing the
/// `jsonrpc` parameter will be accepted.
/// If `false`, this [Server] will accept some requests which are not
/// conformant with the JSON-RPC 2.0 specification. In particular, requests
/// missing the `jsonrpc` parameter will be accepted.
final bool strictProtocolChecks;

/// Creates a [Server] that communicates over [channel].
Expand Down

0 comments on commit 36742f0

Please sign in to comment.