From 0a79946b01305eab337dd15a6b9d5be98ce685a9 Mon Sep 17 00:00:00 2001 From: Jarrett Harris Date: Mon, 18 Jul 2022 15:28:27 -0700 Subject: [PATCH] Update TRADEOFFS.md (#473) Fix formatting. --- TRADEOFFS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TRADEOFFS.md b/TRADEOFFS.md index 88d227def..be3160560 100644 --- a/TRADEOFFS.md +++ b/TRADEOFFS.md @@ -94,13 +94,13 @@ __In addition__, these Just utilities, while lacking the additional features of | just-merge (142b) | merge (4220b) | _e, f, g_ | | just-clone (157b) | clonedeep (3360b) | _e, f, g_ | -_a._ In addition to a suffix arg, Lodash truncate accepts a separator expression, which when present is used as the truncation point. +_a._ In addition to a suffix arg, Lodash truncate accepts a separator expression, which when present is used as the truncation point.\ _b._ Lodash has a leading and trailing option, Just only has a leading option.\ _c._ Lodash cancels delayed calls.\ -_d._ Lodash has a `flushed` method that can be applied to throttles/debounces. -_e._ Lodash can merge circular references\ -_f._ Just only merges plain objects, regular arrays, functions and primitives. Lodash merges additional non-plain object types. \ -_g._ Lodash treats sparse arrays as dense +_d._ Lodash has a `flushed` method that can be applied to throttles/debounces.\ +_e._ Lodash can merge circular references.\ +_f._ Just only merges plain objects, regular arrays, functions and primitives. Lodash merges additional non-plain object types.\ +_g._ Lodash treats sparse arrays as dense. ## What's the deal with no dependencies anyway?