Skip to content

Commit

Permalink
Remove unnecessary :: from states.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-k committed Mar 11, 2016
1 parent 143be71 commit 89b7766
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/server_programming/go/states.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ insert tuples into the UDS via the ``uds`` sink::

The following is the example of using the ``uds`` sink::

::

CREATE STATE my_state TYPE my_state_type;
CREATE SINK my_state_sink TYPE uds WITH name = "my_state";
INSERT INTO my_state_sink FROM some_stream;
Expand Down

0 comments on commit 89b7766

Please sign in to comment.