aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/splitnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-10-21 19:04:50 +0200
committerRenaud G <renaud@rolisteam.org>2017-10-21 19:04:50 +0200
commit72ea75974bee012844e05b2265f98a554f221993 (patch)
tree38fb3cf644c08720f249a0f8a36439fd0d335a0d /node/splitnode.h
parent046ff21b36d8b214923c5b8dc6f22bd65e49e669 (diff)
downloadOneRoll-72ea75974bee012844e05b2265f98a554f221993.tar.gz
OneRoll-72ea75974bee012844e05b2265f98a554f221993.zip
-change comment.
Diffstat (limited to 'node/splitnode.h')
-rw-r--r--node/splitnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/splitnode.h b/node/splitnode.h
index 6bd97b4..d9b2136 100644
--- a/node/splitnode.h
+++ b/node/splitnode.h
@@ -26,7 +26,7 @@
#include "result/diceresult.h"
/**
- * @brief The MergeNode class is an ExecutionNode. It is dedicated to merge result of several commands.
+ * @brief The SplitNode class is an ExecutionNode. It is dedicated to split result of one dice into one dimension array.
*/
class SplitNode : public ExecutionNode
{