Skip to content

Commit 9d3869e

Browse files
authored
chore: fix typo in docs (#318)
1 parent ef50f6d commit 9d3869e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Add `FileDialog::set_show_hidden_files` and `AsyncFileDialog::set_show_hidden_files` to control hidden file visibility. Supported on macOS, Windows, and Linux (GTK3).
66
- Honor `FileDialog::set_directory` and `AsyncFileDialog::set_directory` when using the zenity fallback backend on Linux.
7+
- Fix `liblary` typo in docs
78

89
## 0.17.2
910

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
//! The XDG Desktop Portal backend is used with the `xdg-portal` Cargo feature which is enabled by default. This backend will use either the GTK or KDE file dialog depending on the desktop environment
5757
//! in use at runtime.
5858
//!
59-
//! It requires the user to have `libdbus` system liblary (should be available on any systemd
60-
//! distro), if the liblary is not found `zenity` will be used instead.
59+
//! It requires the user to have `libdbus` system library (should be available on any systemd
60+
//! distro), if the library is not found `zenity` will be used instead.
6161
//!
6262
//! It requires the user to also have either the
6363
//! [GTK](https://github.com/flatpak/xdg-desktop-portal-gtk),

0 commit comments

Comments
 (0)