We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b888d commit 06f18acCopy full SHA for 06f18ac
app.ts
@@ -542,7 +542,7 @@ const createApp = (url: string) => {
542
html += `${href}(`
543
for (const arg of args) {
544
if (typeof arg.name == 'string') {
545
- const display = `${arg.name} = r${i}`;
+ const display = `${arg.name}: r${i}`;
546
html += `${regSpan(`r${i}`, `${display}`)}`
547
} else {
548
html += `${regSpan(`r${i}`)}`
0 commit comments