Skip to content

Commit 787d0f8

Browse files
committed
🚨 fix linter warning
1 parent c4160b8 commit 787d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/extensions/encode.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ part of '../qs.dart';
33
extension _$Encode on QS {
44
static const Map _sentinel = {};
55

6-
/// Returns either dynamic or List<dynamic> based on the object.
6+
/// Returns either dynamic or List&lt;dynamic&gt; based on the object.
77
static dynamic _encode(
88
dynamic object, {
99
required bool undefined,

0 commit comments

Comments
 (0)