From 59e8e98ffe3c280544093a01f855c55136b4c8c6 Mon Sep 17 00:00:00 2001 From: kwon Date: Wed, 19 Apr 2023 20:21:14 +0900 Subject: [PATCH] typo --- doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference.md b/doc/reference.md index 92829f542..285002935 100644 --- a/doc/reference.md +++ b/doc/reference.md @@ -224,7 +224,7 @@ total table record count None Surfaces the Cassandra Row TTL as a Column with the named specified. When reading use ttl.columnName=aliasForTTL. This -can be done for every column with a TTL. When writing use writetime=columnName and the +can be done for every column with a TTL. When writing use ttl=columnName and the columname will be used to set the TTL for that row.