summaryrefslogtreecommitdiffstats
path: root/library/cpp/html
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/html')
-rw-r--r--library/cpp/html/pcdata/pcdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/html/pcdata/pcdata.h b/library/cpp/html/pcdata/pcdata.h
index 7dd741f53dc..66d43ea6da0 100644
--- a/library/cpp/html/pcdata/pcdata.h
+++ b/library/cpp/html/pcdata/pcdata.h
@@ -2,9 +2,9 @@
#include <util/generic/fwd.h>
-/// Converts a text into HTML-code. Special characters of HTML («<», «>», ...) replaced with entities.
+/// Converts a text into HTML-code. Special characters of HTML («<», «>», ...) replaced with entities.
TString EncodeHtmlPcdata(const TStringBuf str, bool qAmp = true);
void EncodeHtmlPcdataAppend(const TStringBuf str, TString& strout);
-/// Reverse of EncodeHtmlPcdata()
+/// Reverse of EncodeHtmlPcdata()
TString DecodeHtmlPcdata(const TString& sz);