From 472ba0a79a080a8c0724ab38960b01f2e243cf18 Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Sun, 11 Dec 2022 23:29:39 +0100
Subject: [PATCH] Fix typo

---
 Documentation/Release.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Release.rst b/Documentation/Release.rst
index 8737f24e9..30c81841d 100644
--- a/Documentation/Release.rst
+++ b/Documentation/Release.rst
@@ -65,7 +65,7 @@ Notes
 * Subrecord:
 
   * Dynamically computed 'new' button in subrecord: FE.parameter.new. Use regular `... AS _link` syntax.
-  * Per row customizeable edit and delete button. Use special column name `_rowEdit` and `_rowDelete`.
+  * Per row customizeable edit and delete button. Use special column name `_rowEdit` and `_rowDelete`. Use regular `... AS _link` syntax.
 
 * Link/Tablesorter: New link qualifier `|Y:...` which is invisible to the user, but will be respected by tablesorter and filter.
 * Link: Text before and/or after a link - `|v:...|V:...`. Example: if fbeg/fend (</td>) is used and there should be more
-- 
GitLab