Skip to content

Commit d59c0e8

Browse files
committed
📝 Remove invalid triple backquote
1 parent 928e6fe commit d59c0e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

denops_std/bufname/bufname.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const exprPattern = /^(.*?)(?:;(.*?))?(?:#(.*))?$/;
3434
* All unusable characters ("<>|?*) are replaced with percent-encoded characters.
3535
* In addition to the above, all semicolons (;) and sharps (#) in `path` are replaced with
3636
* percent-encoded characters. It's required to distinguish `params` and or `fragment`.
37-
* ```
3837
*/
3938
export function format(
4039
{ scheme, expr, params, fragment }: Bufname,

0 commit comments

Comments
 (0)