1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 20:36:38 +02:00

Fix a minor comment typo in Anope::Template.

This commit is contained in:
Sadie Powell
2025-09-23 18:17:50 +01:00
parent 003ddde09d
commit fd759f7bd3
+1 -1
View File
@@ -1156,7 +1156,7 @@ Anope::string Anope::Template(const Anope::string &str, const Anope::map<Anope::
{
if (endidx - idx == 1)
{
// foo{{bar is an escape of foo{bar
// foo{}bar is an escape of foo{bar
out.push_back('{');
idx = endidx;
break;