From c6ed235139b52bce18f03a4ecdf39553c70250e7 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 21:01:55 +0100 Subject: Wwote tests for twe conditionaw repwacement metwod --- Src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/main.cpp') diff --git a/Src/main.cpp b/Src/main.cpp index 8b93e98..7345d7a 100644 --- a/Src/main.cpp +++ b/Src/main.cpp @@ -179,7 +179,7 @@ std::string MakeUwu(std::string boringString) { boringString = StringTools::Replace(boringString, "^^", "^.^ UwU"); // Some language replacement should happen after these more complex rules - boringString = Util::HeConditionalReplaceButKeepSigns(boringString, "c++", "c++ (rust is hella cutewr btw ^^)"); + boringString = Util::ConditionalReplaceButKeepSigns(boringString, "c++", "c++ (rust is hella cutewr btw ^^)"); return boringString; -- cgit v1.2.3