diff --git a/manual/index.html b/manual/index.html
index b987b068..b93402a1 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -1819,7 +1819,7 @@ Multiplication, division, modulo - These functions convert between an object and an array of key-value pairs. If *, /, and %
, useful for doing some operation to all keys and values of an object. to_entries is passed an object, then for each k: v entry in the input, the output array includes {"key": k, "value": v}.from_entries does the opposite conversion, and with_entries(foo) is a shorthand for to_entries |
-map(foo) | from_entries, useful for doing some operation to all keys and values of an object. from_entries accepts key, Key, Name, value and Value as keys.from_entries accepts key, Key, name, Name, value and Value as keys.