Skip to content

Commit

Permalink
Fix extension sample explanation of websocket sink
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwick committed Apr 9, 2021
1 parent bd1eeb4 commit 0ee6882
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -119,8 +119,8 @@
"define stream Foo (attribute1 string, attribute2 int);",
description = "" +
"A sink of type 'websocket' has been defined.\n" +
"All events arriving at Foo stream via websocket will be sent " +
"to the url ws://localhost:8025/abc."
"All events arriving at Foo stream will be sent " +
"to the url ws://localhost:8025/abc where the websocket server resides."
)
}
)
Expand Down

0 comments on commit 0ee6882

Please sign in to comment.