Skip to content

Commit

Permalink
Merge pull request #32 from nejigane/patch-3
Browse files Browse the repository at this point in the history
Update extend.rst
  • Loading branch information
tgpfeiffer committed Mar 15, 2016
2 parents e094e82 + 494b91e commit ca28d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server_programming/extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the use of arguments depend on each UDFSs. For example, a UDFS might take an
even need to be located at the beginning of arguments:
``my_udfs2(1, "another_stream")``.

Usgin UDSFs is a very powerful way to extend BQL since they can potentially do
Using UDSFs is a very powerful way to extend BQL since they can potentially do
anything that the ``SELECT`` cannot do.

User-Defined States
Expand Down

0 comments on commit ca28d16

Please sign in to comment.