diff options
author | Wuzzy <almikes@aol.com> | 2016-08-03 00:24:59 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-03 00:24:59 +0200 |
commit | 5d06e71af4a15981d43bb5f1115c3f7867a48682 (patch) | |
tree | 2633c514c74978903d29757a7895ce96ef3da238 | |
parent | 7d4eef0da3c40af121c847434f5c99465ccf2cc1 (diff) |
Remove newline nonsense
-rw-r--r-- | API.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -58,8 +58,7 @@ For `build_formspec` you can either define your own function or use one of the following predefined functions: * `doc.entry_templates.text`: Expects entry data to be a string. - It will be inserted directly into the entry. Use “`\n`” to start a - new line. + It will be inserted directly into the entry. #### Return value Always `nil`. |