diff --git a/AudioNodes/AudioBooks/CreateAudioBook.cs b/AudioNodes/AudioBooks/CreateAudioBook.cs
index f6b7369e..e64abe71 100644
--- a/AudioNodes/AudioBooks/CreateAudioBook.cs
+++ b/AudioNodes/AudioBooks/CreateAudioBook.cs
@@ -29,16 +29,15 @@ public class CreateAudioBook: AudioNode
public override string HelpUrl => "https://fileflows.com/docs/plugins/audio-nodes/create-audio-book";
///
- /// Gets the node type
+ /// Gets the flow element type
///
public override FlowElementType Type => FlowElementType.Process;
-
///
- /// Executes the node
+ /// Executes the flow element
///
/// the node parameters
- /// the result of the execution
+ /// the output to call next, -1 to abort flow, 0 to end flow
public override int Execute(NodeParameters args)
{
var ffmpeg = GetFFmpeg(args);