Skip to content

Commit

Permalink
remove incorrect part of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 21, 2011
1 parent 72a7e60 commit 9e0784d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/overtone/osc.clj
Expand Up @@ -132,8 +132,7 @@
res#)))

(defn osc-client
"Returns an OSC client ready to communicate with a host on a given port.
Use :protocol in the options map to \"tcp\" if you don't want \"udp\"."
"Returns an OSC client ready to communicate with a host on a given port via UDP"
[host port]
(client-peer host port))

Expand Down

0 comments on commit 9e0784d

Please sign in to comment.