We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
=>
1 parent cc9db0e commit 3a40352Copy full SHA for 3a40352
README.md
@@ -245,7 +245,7 @@ Here’s a summary of all codecs (with slightly simplified type annotations) and
245
<td><pre>(
246
codec: Codec<Decoded>,
247
meta: Meta,
248
-): Field<Decoded, Meta></pre></td>
+) => Field<Decoded, Meta></pre></td>
249
<td>n/a</td>
250
<td>n/a, only used with <code>fields</code></td>
251
</tr>
@@ -266,7 +266,7 @@ Here’s a summary of all codecs (with slightly simplified type annotations) and
266
267
decoded: "string literal",
268
options?: Options,
269
-): Field<"string literal", Meta></pre></td>
+) => Field<"string literal", Meta></pre></td>
270
<td>string</td>
271
<td><code>"string literal"</code></td>
272
0 commit comments