Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 2, 2023
1 parent 6a26838 commit 1e74b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rfcs/001-serialize-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function asyncStringify(value) {
// head looks like

// [
// {}
// { json: {}, nonce: "..." }
// ,[

const [head, iterator] = asyncSerializer(value);
Expand Down

0 comments on commit 1e74b98

Please sign in to comment.