Skip to content

Commit

Permalink
docs(plugins/log): Fix rust type typo (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojanking123 authored Sep 20, 2024
1 parent ca82df2 commit cf69181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/plugin/logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ but you can configure it to use the local timezone with `timezone_strategy`:

```rust
tauri_plugin_log::Builder::new()
.timezone_strategy(tauri_plugin_log::TimeZoneStrategy::UseLocal)
.timezone_strategy(tauri_plugin_log::TimezoneStrategy::UseLocal)
.build()
```

Expand Down

0 comments on commit cf69181

Please sign in to comment.