From 3ea88f59aeb200dda8f33559823cc06c34ccd46f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 Jan 2015 06:25:57 -0500 Subject: [PATCH] Fix typo Signed-off-by: Marc Delisle --- libraries/navigation/Nodes/Node.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/navigation/Nodes/Node.class.php b/libraries/navigation/Nodes/Node.class.php index eb3b38f94b..d5259da428 100644 --- a/libraries/navigation/Nodes/Node.class.php +++ b/libraries/navigation/Nodes/Node.class.php @@ -271,8 +271,9 @@ class Node } /** - * Returns true the node has some siblings (other nodes on the same tree level, - * in the same branch), false otherwise. The only exception is for nodes on + * Returns true if the node has some siblings (other nodes on the same tree + * level, in the same branch), false otherwise. + * The only exception is for nodes on * the third level of the tree (columns and indexes), for which the function * always returns true. This is because we want to render the containers * for these nodes