summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index 1fe47844da..83b51e6a60 100644
--- a/node.c
+++ b/node.c
@@ -332,7 +332,7 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
case NODE_OR:
ANN("|| operator");
ANN("format: [nd_1st] || [nd_2nd]");
- ANN("example: foo && bar");
+ ANN("example: foo || bar");
andor:
F_NODE(nd_1st, "left expr");
LAST_NODE;