You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(protocol): fix typedoc inline-tag brace warning in drain JSDoc
The open brace in {@linkcode Protocol.close | close({ drainPendingRequests })}
is flagged by typedoc ('Encountered an open brace within an inline tag'),
which fails the docs:check CI gate. Use plain backticks for the call form.
0 commit comments