summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-08-03 00:24:59 +0200
committerWuzzy <almikes@aol.com>2016-08-03 00:24:59 +0200
commit5d06e71af4a15981d43bb5f1115c3f7867a48682 (patch)
tree2633c514c74978903d29757a7895ce96ef3da238
parent7d4eef0da3c40af121c847434f5c99465ccf2cc1 (diff)
Remove newline nonsense
-rw-r--r--API.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/API.md b/API.md
index e14f039..1a5e6c2 100644
--- a/API.md
+++ b/API.md
@@ -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`.