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 a3831ed commit fbd576dCopy full SHA for fbd576d
templates/md/boolean-type.ejs
@@ -4,5 +4,4 @@
4
* you may not use this file except in compliance with the License. You may obtain a copy
5
* of the License at http://www.apache.org/licenses/LICENSE-2.0
6
*/ %>
7
-
8
-`<%=schema.type %>`<%=schema.nullable ? ", nullable" : "" %>
+<%=schema.nullable ? ", nullable" : "" %>
0 commit comments