Skip to content

Commit

Permalink
Fix typo in release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu Sudarsan authored and dain committed Sep 26, 2016
1 parent 575ad38 commit f3185ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/release/release-0.152.rst
Expand Up @@ -59,7 +59,7 @@ SPI Changes
Dependencies like ``TypeManager`` are now provided directly rather
than being injected into ``Plugin``.
* Add first-class support for functions in the SPI. This replaces the old
``FunctionFactory`` interface. Pugins can return a list of classes from the
``FunctionFactory`` interface. Plugins can return a list of classes from the
``getFunctions()`` method:

* Scalar functions are methods or classes annotated with ``@ScalarFunction``.
Expand Down

0 comments on commit f3185ee

Please sign in to comment.