From a744ed1fea0eaf4d946909da7fdc0a4c0f9c5ec0 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 14 Nov 2021 22:27:08 +0800 Subject: ... --- include/cru/platform/graphics/Factory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/platform/graphics') diff --git a/include/cru/platform/graphics/Factory.hpp b/include/cru/platform/graphics/Factory.hpp index ad198929..b79e1c4f 100644 --- a/include/cru/platform/graphics/Factory.hpp +++ b/include/cru/platform/graphics/Factory.hpp @@ -7,7 +7,7 @@ #include "TextLayout.hpp" namespace cru::platform::graphics { -// Entry point of the graph module. +// Entry point of the graphics module. struct IGraphicsFactory : virtual IPlatformResource { virtual std::unique_ptr CreateSolidColorBrush() = 0; -- cgit v1.2.3