summaryrefslogtreecommitdiffstats
path: root/Src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Src/main.cpp')
-rw-r--r--Src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;