summaryrefslogtreecommitdiff
path: root/lib/elixir/lib/map.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elixir/lib/map.ex')
-rw-r--r--lib/elixir/lib/map.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/elixir/lib/map.ex b/lib/elixir/lib/map.ex
index c54136072..aeefc9c4a 100644
--- a/lib/elixir/lib/map.ex
+++ b/lib/elixir/lib/map.ex
@@ -505,6 +505,8 @@ defmodule Map do
side into the struct, even if the key is not part of the struct. Instead,
use `Kernel.struct/2`.
+ Inlined by the compiler.
+
## Examples
iex> Map.merge(%{a: 1, b: 2}, %{a: 3, d: 4})