1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Fix some broken doc links

This commit is contained in:
Emil Ernerfeldt
2022-05-23 17:25:31 +02:00
parent a5076d4cc4
commit f2dcdfc22c
7 changed files with 14 additions and 14 deletions

View File

@@ -475,7 +475,7 @@ pub struct Location {
///
/// Note that the leading `?` is NOT included in the string.
///
/// Use [`Self::web_query_map]` to get the parsed version of it.
/// Use [`Self::query_map`] to get the parsed version of it.
pub query: String,
/// The parsed "query" part of "www.example.com/index.html?query#fragment".