From e5b0f4e0a1e464a1e858c4c481c6661e52b8b6d1 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 16 Aug 2023 11:10:02 +0200 Subject: [PATCH] Resolution - Removed swear words --- source/tlang/compiler/typecheck/resolution.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tlang/compiler/typecheck/resolution.d b/source/tlang/compiler/typecheck/resolution.d index d74f02c4..b1adec21 100644 --- a/source/tlang/compiler/typecheck/resolution.d +++ b/source/tlang/compiler/typecheck/resolution.d @@ -219,7 +219,7 @@ public final class Resolver /* Try find the Entity within the current Contaier */ gprintln("resolveUp("~to!(string)(currentContainer)~", "~name~")"); Entity entity = resolveWithin(currentContainer, name); - gprintln("Poes"); + gprintln("Certified 2008 financial crisis moment"); gprintln(entity); /* If we found it return it */