diff options
| author | 2017-10-21 19:04:50 +0200 | |
|---|---|---|
| committer | 2017-10-21 19:04:50 +0200 | |
| commit | 72ea75974bee012844e05b2265f98a554f221993 (patch) | |
| tree | 38fb3cf644c08720f249a0f8a36439fd0d335a0d | |
| parent | 046ff21b36d8b214923c5b8dc6f22bd65e49e669 (diff) | |
| download | OneRoll-72ea75974bee012844e05b2265f98a554f221993.tar.gz OneRoll-72ea75974bee012844e05b2265f98a554f221993.zip | |
-change comment.
| -rw-r--r-- | node/splitnode.h | 2 |
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 { |