From 39ba70f10f81274998bc6786747a33e00b313fb4 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 13 Jan 2017 07:54:46 +0100 Subject: [PATCH] Typo. --- dagnn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagnn.lua b/dagnn.lua index 14cd582..ca51841 100755 --- a/dagnn.lua +++ b/dagnn.lua @@ -29,7 +29,7 @@ function DAG:__init() self.node = { } end --- Apply f on t recursively; use the corresponding element from args +-- Apply f on t recursively; use the corresponding elements from args -- (i.e. same keys) as second parameter to f when available; return -- the results from f, organized in a similarly nested table. function DAG:nestedApply(f, t, args) -- 2.20.1