You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2020/01/06 17:14:58 UTC

[incubator-daffodil-site] branch master updated: Fix typo in 2.5.0 release notes

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c943e1a  Fix typo in 2.5.0 release notes
c943e1a is described below

commit c943e1a147c5f026b7406f93814c2b0b81599bf2
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Mon Jan 6 12:14:08 2020 -0500

    Fix typo in 2.5.0 release notes
---
 site/_releases/2.5.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_releases/2.5.0.md b/site/_releases/2.5.0.md
index d2b105f..f1cd24e 100644
--- a/site/_releases/2.5.0.md
+++ b/site/_releases/2.5.0.md
@@ -29,7 +29,7 @@ scala-version: 2.12
 
 A new extension is added to support custom DFDL expression functions written in
 Java or Scala. To add new functions, the UserDefinedFunctionProvider and
-UserDefineFunction interfaces must be implemented, compiled into a jar, and
+UserDefinedFunction interfaces must be implemented, compiled into a jar, and
 added to the classpath. Once defined, the function can then be called just like
 a normal DFDL expression function, such as ``pre:myUserDefinedFunction(args)``.
 For more information on usage, see the [User Defined Function](https://github.com/apache/incubator-daffodil/tree/master/daffodil-udf)