We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4160b8 commit 787d0f8Copy full SHA for 787d0f8
lib/src/extensions/encode.dart
@@ -3,7 +3,7 @@ part of '../qs.dart';
3
extension _$Encode on QS {
4
static const Map _sentinel = {};
5
6
- /// Returns either dynamic or List<dynamic> based on the object.
+ /// Returns either dynamic or List<dynamic> based on the object.
7
static dynamic _encode(
8
dynamic object, {
9
required bool undefined,
0 commit comments