Skip to content

Commit 4f51e0a

Browse files
authored
README.md (#181)
fixed typo
1 parent 0f61d34 commit 4f51e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ back-compatibility, it is just removed from all public docs and samples).
8383
- `'keep_leading_trailing_space'` -> `'no_trim'`
8484
- Changed how we handle custom functions: previously we always use strings as in param type as well as result param
8585
type. Not anymore, all types are supported for custom function in and out params.
86-
- Changed the way how we package custom functions for extensions: previously we collect custom functions from all
87-
extensions and then pass all of them to the extension that is used; This feels weird, now changed to only the custom
86+
- Changed the way we package custom functions for extensions: previously we collected custom functions from all
87+
extensions and then passed all of them to the extension that is used; this feels weird, now only the custom
8888
functions included in a particular extension are used in that extension.
8989
- Deprecated/removed most of the custom functions in favor of using 'javascript'.
9090
- A number of package renaming.

0 commit comments

Comments
 (0)