Skip to content

Commit 7095b2c

Browse files
committed
Add "available since" to for comprehension docs
1 parent 9a5a833 commit 7095b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,8 @@ defmodule Kernel.SpecialForms do
14941494
14951495
## The `:reduce` option
14961496
1497+
*Available since Elixir v1.8*.
1498+
14971499
While the `:into` option allows us to customize the comprehension behaviour
14981500
to a given data type, such as putting all of the values inside a map or inside
14991501
a binary, it is not always enough.

0 commit comments

Comments
 (0)