timeLimitsManager: Fix a typo (bad encoding) in a link in a doc comment

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3643>
This commit is contained in:
Philip Withnall 2025-02-19 15:51:47 +00:00 committed by Marge Bot
parent 2415b4f005
commit 9dd5f7a8a8

View File

@ -88,7 +88,7 @@ function userStateToString(userState) {
* This corresponds to the `active` state from sd_uid_get_state()
* (https://www.freedesktop.org/software/systemd/man/latest/sd_uid_get_state.html),
* plus `IdleHint` from
* https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html#User Objects.
* https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html#User%20Objects.
* Inactive time corresponds to all the other states from sd_uid_get_state(),
* or if `IdleHint` is true.
*