diff --git a/src/NATSBridge.jl b/src/NATSBridge.jl index e2d49ad..998192c 100644 --- a/src/NATSBridge.jl +++ b/src/NATSBridge.jl @@ -28,7 +28,7 @@ # [(dataname1, data1, type1), (dataname2, data2, type2), ...] # # # Output format for smartreceive (always returns a list of tuples) -# [(dataname1, data1), (dataname2, data2), ...] +# [(dataname1, data1, type1), (dataname2, data2, type2), ...] # ``` # # Supported types: "text", "dictionary", "table", "image", "audio", "video", "binary"