diff --git a/docs/pages/api.rst b/docs/pages/api.rst index 969d7cda7..ded7362f5 100644 --- a/docs/pages/api.rst +++ b/docs/pages/api.rst @@ -300,7 +300,7 @@ Signature: ``Collection::combine(...$keys);`` compact ~~~~~~~ -Remove all the null values from the collection. +Remove given values from the collection, if no values are provided, it removes only the null value. Interface: `Compactable`_