MAINT: Fix small comment inaccuracy.

This commit is contained in:
Jeremy Wall 2019-04-18 20:22:35 -05:00
parent b1aa708c6c
commit 3385c775d3

View File

@ -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,