diff options
| author | sandello <[email protected]> | 2022-02-10 16:49:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
| commit | 9541fc30d6f0877db9ff199a16f7fc2505d46a5c (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/string/format.h | |
| parent | 0cdbcf332f1f329f0a3d6759462ad71e7867ac08 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/string/format.h')
| -rw-r--r-- | library/cpp/yt/string/format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/string/format.h b/library/cpp/yt/string/format.h index e3a6aa9c38c..9708fe5906a 100644 --- a/library/cpp/yt/string/format.h +++ b/library/cpp/yt/string/format.h @@ -33,7 +33,7 @@ namespace NYT { * * The following argument types are supported: * - * Strings (including |const char*|, |TStringBuf|, and |TString|) and chars: + * Strings (including |const char*|, |TStringBuf|, and |TString|) and chars: * Emitted as is. Fast. * * Numerics and pointers: |
