Skip to content

Commit 3a40352

Browse files
committed
Use => before return type for all functions in summary table
1 parent cc9db0e commit 3a40352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Here’s a summary of all codecs (with slightly simplified type annotations) and
245245
<td><pre>(
246246
codec: Codec&lt;Decoded&gt;,
247247
meta: Meta,
248-
): Field&lt;Decoded, Meta&gt;</pre></td>
248+
) => Field&lt;Decoded, Meta&gt;</pre></td>
249249
<td>n/a</td>
250250
<td>n/a, only used with <code>fields</code></td>
251251
</tr>
@@ -266,7 +266,7 @@ Here’s a summary of all codecs (with slightly simplified type annotations) and
266266
<td><pre>(
267267
decoded: "string literal",
268268
options?: Options,
269-
): Field&lt;"string literal", Meta&gt;</pre></td>
269+
) => Field&lt;"string literal", Meta&gt;</pre></td>
270270
<td>string</td>
271271
<td><code>"string literal"</code></td>
272272
</tr>

0 commit comments

Comments
 (0)