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:15:03 UTC

[incubator-daffodil-site] branch asf-site updated: Publishing from c943e1a147c5f026b7406f93814c2b0b81599bf2

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4d5c169  Publishing from c943e1a147c5f026b7406f93814c2b0b81599bf2
4d5c169 is described below

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

    Publishing from c943e1a147c5f026b7406f93814c2b0b81599bf2
---
 content/releases/2.5.0/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/releases/2.5.0/index.html b/content/releases/2.5.0/index.html
index c5cee3e..d5aabfb 100644
--- a/content/releases/2.5.0/index.html
+++ b/content/releases/2.5.0/index.html
@@ -232,7 +232,7 @@
 
 <p>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 <code class="highlighter-rouge">pre:myUserDefinedFunction(args)</code>.
 For more information on usage, see the <a href="https://github.com/apache/incubator-daffodil/tree/master/daffodil-udf">User Defined Function</a>