We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350cb17 commit 49acd78Copy full SHA for 49acd78
pkgs/mime/lib/src/bound_multipart_stream.dart
@@ -8,7 +8,7 @@ import 'dart:convert';
8
import 'char_code.dart' as char_code;
9
import 'mime_shared.dart';
10
11
-/// Bytes for '()<>@,;:\\"/[]?={} \t'.
+/// Bytes for `()<>@,;:\\"/[]?={} \t`.
12
const _separators = {
13
40, 41, 60, 62, 64, 44, 59, 58, 92, 34, 47, 91, 93, 63, 61, 123, 125, 32, 9 //
14
};
0 commit comments