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 d6792c1 commit 74c820fCopy full SHA for 74c820f
templates/web/docs/example.md.twig
@@ -1,4 +1,4 @@
1
-let sdk = new {{ spec.title | caseUcfirst }}();
+const sdk = new {{ spec.title | caseUcfirst }}();
2
3
{% if method.security|length > 0 %}
4
sdk
0 commit comments