diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 21:01:55 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 21:01:55 +0100 |
| commit | c6ed235139b52bce18f03a4ecdf39553c70250e7 (patch) | |
| tree | 0a34dfc7e8314d9bfa8865e00a989c7459c1ecbc /Src/main.cpp | |
| parent | a15b5153d1a2082bbcd0accb65e5a424909e4881 (diff) | |
Wwote tests for twe conditionaw repwacement metwod
Diffstat (limited to 'Src/main.cpp')
| -rw-r--r-- | Src/main.cpp | 2 |
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; |
