summaryrefslogtreecommitdiff
path: root/AK/DeprecatedString.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/DeprecatedString.h')
-rw-r--r--AK/DeprecatedString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/DeprecatedString.h b/AK/DeprecatedString.h
index 86934fb525..280eda6d7c 100644
--- a/AK/DeprecatedString.h
+++ b/AK/DeprecatedString.h
@@ -35,7 +35,7 @@ namespace AK {
// StringBuilder builder;
// builder.append("abc");
// builder.append("123");
-// s = builder.to_string();
+// s = builder.to_deprecated_string();
class DeprecatedString {
public: