From 1987bd3069644500e62b622a426b6648403eff6d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 7 Jul 2020 18:07:56 +0200 Subject: [PATCH] Fixed comments --- src/dorkbox/util/FontUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/util/FontUtil.java b/src/dorkbox/util/FontUtil.java index ed90b8f..1ac6f9b 100644 --- a/src/dorkbox/util/FontUtil.java +++ b/src/dorkbox/util/FontUtil.java @@ -100,7 +100,7 @@ class FontUtil { * For example: *

* - * Font titleTextFont = SwingUtil.parseFont("Source Code Pro Bold 16"); + * Font titleTextFont = FontUtil.parseFont("Source Code Pro Bold 16"); * * @param fontInfo This is the font "name style size", as a string. For example "Source Code Pro Bold BOLD 16" *