From 8ae4438aef0a207d68828897c34371139c27bf72 Mon Sep 17 00:00:00 2001 From: Robert Grimm Date: Sat, 15 Jun 2024 17:32:50 -0400 Subject: [PATCH] mention Rec 2020 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 03828d6..9f3c3ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -68,7 +68,7 @@ //! //! Alas, it's back to sRGB for checking that thusly manipulated colors can //! actually be displayed in terminals. If we are targeting other platforms, -//! such as the web, then Display P3 becomes an option, too. +//! such as the web, then Display P3 or even Rec. 2020 become options, too. //! //! //! ## 2. Terminal Colors