Skip to content

Commit e283753

Browse files
authored
Update index.mdx
1 parent b2e7bb0 commit e283753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/rust/common/logs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ logger_info!("Hello, world!");
4545
logger_info!("Hello, {}!", "world");
4646
```
4747

48-
You can also log additional attributes using the `key = value` syntax before the message:
48+
You can also attach additional attributes to a log using the `key = value` syntax before the message:
4949

5050
```rust
5151
use sentry::logger_error;

0 commit comments

Comments
 (0)