From 3385c775d3edac09e43703690e68b1eb648cae7d Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 18 Apr 2019 20:22:35 -0500 Subject: [PATCH] MAINT: Fix small comment inaccuracy. --- src/build/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/mod.rs b/src/build/mod.rs index e465f2d..96df6d7 100644 --- a/src/build/mod.rs +++ b/src/build/mod.rs @@ -52,7 +52,7 @@ enum ProcessingOpType { } impl FuncDef { - /// Expands a ucg function using the given arguments into a new Tuple. + /// Expands a ucg function using the given arguments into a new Val. pub fn eval( &self, parent_builder: &FileBuilder,