Add space around pipe
This commit is contained in:
@@ -193,7 +193,7 @@ function addSignatureReturns(f) {
|
|||||||
if (returnTypes.length) {
|
if (returnTypes.length) {
|
||||||
f.signature +=
|
f.signature +=
|
||||||
'<span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">' +
|
'<span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">' +
|
||||||
(returnTypes.length ? '{' + returnTypes.join('|') + '}' : '') +
|
(returnTypes.length ? '{' + returnTypes.join(' | ') + '}' : '') +
|
||||||
'</span>';
|
'</span>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user