Skip to content

Commit 824fcea

Browse files
josevalimJosé Valim
authored and
José Valim
committed
Introduce a group for collections (#7185)
1 parent a6928f7 commit 824fcea

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

lib/elixir/docs.exs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,39 @@
44
groups_for_modules: [
55
# [Kernel, Kernel.SpecialForms],
66

7-
"Data & Behaviours": [
8-
Access,
7+
"Basic Types": [
98
Atom,
109
Base,
1110
Bitwise,
1211
Calendar,
1312
Calendar.ISO,
1413
Date,
15-
Date.Range,
1614
DateTime,
17-
Enum,
1815
Exception,
1916
Float,
2017
Integer,
21-
Keyword,
22-
List,
23-
Map,
24-
MapSet,
2518
NaiveDateTime,
26-
Range,
2719
Record,
2820
Regex,
29-
Stream,
3021
String,
3122
Time,
3223
Tuple,
3324
URI,
3425
Version,
3526
],
3627

28+
"Collections & Enumerables": [
29+
Access,
30+
Date.Range,
31+
Enum,
32+
Keyword,
33+
List,
34+
Map,
35+
MapSet,
36+
Range,
37+
Stream,
38+
],
39+
3740
"IO & System": [
3841
File,
3942
File.Stat,

0 commit comments

Comments
 (0)