Skip to content

Commit eed5350

Browse files
docs: fix markdown link
It was missing the closing parenthesis.
1 parent 09a68bc commit eed5350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/more/debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fn main() {
4343

4444
### [`tracing-web`](https://crates.io/crates/tracing-web)
4545

46-
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber to output messages to the browser console.
46+
`tracing-web` can be used with [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber) to output messages to the browser console.
4747

4848
```rust, ignore
4949
use tracing_subscriber::{

0 commit comments

Comments
 (0)