diff options
| author | levlam <levlam@telegram.org> | 2022-10-12 15:59:58 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-10-12 15:59:58 +0300 |
| commit | ee28a37906e2c285233a8aa315775ee226115eb7 (patch) | |
| tree | 8f8688034d6917e752fc3f8236943331ed77f914 /tddb | |
| parent | 0b29caaac19a6e2a93c20c683b50c96c6efb4dbf (diff) | |
Minor improvements.
Diffstat (limited to 'tddb')
| -rw-r--r-- | tddb/td/db/TsSeqKeyValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tddb/td/db/TsSeqKeyValue.h b/tddb/td/db/TsSeqKeyValue.h index dca0b03b4..3153a0766 100644 --- a/tddb/td/db/TsSeqKeyValue.h +++ b/tddb/td/db/TsSeqKeyValue.h @@ -68,7 +68,7 @@ class TsSeqKeyValue { return kv_.get_all(); } - // not thread safe method + // non-thread-safe method SeqKeyValue &inner() { return kv_; } |
