From 987716798fb3bddc9abc7e12c25a043447be5280 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 Sep 2021 18:28:12 -0400 Subject: feat(fmt): add basic JS doc formatting (#11902) --- ext/web/02_structured_clone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web/02_structured_clone.js') diff --git a/ext/web/02_structured_clone.js b/ext/web/02_structured_clone.js index 4845c6508..65a015a68 100644 --- a/ext/web/02_structured_clone.js +++ b/ext/web/02_structured_clone.js @@ -38,7 +38,7 @@ } /** Clone a value in a similar way to structured cloning. It is similar to a -* StructureDeserialize(StructuredSerialize(...)). */ + * StructureDeserialize(StructuredSerialize(...)). */ function structuredClone(value) { // Performance optimization for buffers, otherwise // `serialize/deserialize` will allocate new buffer. -- cgit v1.2.3