From 494f5b3ef0b77b942c76a9d2c8bae67f30130c8b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 26 Jan 2023 14:56:03 +0100 Subject: [PATCH] fix doclink --- crates/egui/src/layers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/layers.rs b/crates/egui/src/layers.rs index f448436a..fedc7571 100644 --- a/crates/egui/src/layers.rs +++ b/crates/egui/src/layers.rs @@ -175,7 +175,7 @@ impl Default for ZOrder { /// An identifier for a paint layer which supports Z-indexing /// -/// This says: draw on `area_layer` with index z. This only affects the display +/// This says: draw on [`AreaLayerId`] with index z. This only affects the display /// order of elements on the same area layer. Order of area layers still takes /// precedence over z-index. #[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]