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 fa99aca commit d9d3972Copy full SHA for d9d3972
1 file changed
mkdocstrings/templates/crystal/material/type.html
@@ -48,7 +48,8 @@
48
{% endif %}
49
50
{% for title, sub in [
51
- ("Class methods", obj.class_methods + obj.constructors),
+ ("Constructors", obj.constructors),
52
+ ("Class methods", obj.class_methods),
53
("Methods", obj.instance_methods),
54
("Macros", obj.macros),
55
] %}
0 commit comments