aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbazeltsev <bazeltsev@ydb.tech>2023-06-28 15:13:50 +0300
committerbazeltsev <bazeltsev@ydb.tech>2023-06-28 15:13:50 +0300
commitd1068b1b55aab21b6fa4bb041e3c413e455ac7c3 (patch)
tree56154919cb72b4cf4ef04e52bc01f76c1258816a
parent06aba67082f23c0af963f8044e45896ac57920e4 (diff)
downloadydb-d1068b1b55aab21b6fa4bb041e3c413e455ac7c3.tar.gz
Fixed translation
updated
-rw-r--r--ydb/docs/en/core/concepts/datamodel/_includes/table.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ydb/docs/en/core/concepts/datamodel/_includes/table.md b/ydb/docs/en/core/concepts/datamodel/_includes/table.md
index b43fe7aaf4..12b1f474e8 100644
--- a/ydb/docs/en/core/concepts/datamodel/_includes/table.md
+++ b/ydb/docs/en/core/concepts/datamodel/_includes/table.md
@@ -115,10 +115,10 @@ If there are multiple followers, their delay from the leader may vary: although
| `TTL` | Expression | `Interval("<literal>") ON <column> [AS <unit>]` | Yes | Yes |
Where `<unit>`:
-* `SECONDS`
-* `MILLISECONDS`
-* `MICROSECONDS`
-* `NANOSECONDS`
+* `SECONDS`;
+* `MILLISECONDS`;
+* `MICROSECONDS`;
+* `NANOSECONDS`.
For more information about deleting expired data, see [Time to Live (TTL)](../../../concepts/ttl.md).