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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user