1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Typos and doc improvements

This commit is contained in:
Emil Ernerfeldt
2023-12-22 17:33:01 +01:00
parent 0561fcaba9
commit ffcc3f066c
3 changed files with 8 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ impl Color32 {
/// i.e. often taken to mean "no color".
pub const PLACEHOLDER: Color32 = Color32::from_rgba_premultiplied(64, 254, 0, 128);
#[deprecated = "Renmaed to PLACEHOLDER"]
#[deprecated = "Renamed to PLACEHOLDER"]
pub const TEMPORARY_COLOR: Color32 = Self::PLACEHOLDER;
#[inline]