From 4d6fa00150423b3fd9e655ee5c5220dbebb7ae99 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Sat, 28 Sep 2013 14:12:32 +0100 Subject: [PATCH] Tiny help changes to comment and LevelDB nodes --- nodes/core/90-comment.html | 2 +- nodes/storage/67-leveldb.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/core/90-comment.html b/nodes/core/90-comment.html index 463711c32..86b8922cb 100644 --- a/nodes/core/90-comment.html +++ b/nodes/core/90-comment.html @@ -20,7 +20,7 @@
- +
diff --git a/nodes/storage/67-leveldb.html b/nodes/storage/67-leveldb.html index 6df0369ab..bca7afb03 100644 --- a/nodes/storage/67-leveldb.html +++ b/nodes/storage/67-leveldb.html @@ -48,6 +48,7 @@

Uses LevelDB for a simple key value pair database.

Use this node to get, or retrieve the data already saved in the database.

msg.topic must hold the key for the database, and the result is returned in msg.payload.

+

If nothing is found for the key then null is returned,