diff --git a/nac3core/src/codegen/types/structure.rs b/nac3core/src/codegen/types/structure.rs index 444fa2ce..adfc53ab 100644 --- a/nac3core/src/codegen/types/structure.rs +++ b/nac3core/src/codegen/types/structure.rs @@ -145,7 +145,7 @@ where } /// Sets the value of this field for a given `obj`. - pub fn set_from_value(&self, obj: StructValue<'ctx>, value: Value) { + pub fn set_for_value(&self, obj: StructValue<'ctx>, value: Value) { obj.set_field_at_index(self.index, value); }