We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e746c04 commit 6d12dceCopy full SHA for 6d12dce
1 file changed
lib/elixir/lib/keyword.ex
@@ -1433,7 +1433,7 @@ defmodule Keyword do
1433
do: {values, acc}
1434
1435
@doc """
1436
- Lazily returns and removes all values associated with `key` in the keyword list.
+ Lazily returns the first value for `key` and removes all associated entries in the keyword list.
1437
1438
This is useful if the default value is very expensive to calculate or
1439
generally difficult to set up and tear down again.
0 commit comments