From 2fa3ada445975cf46171479b86589a9ecde32559 Mon Sep 17 00:00:00 2001 From: lyken Date: Fri, 23 Aug 2024 12:10:51 +0800 Subject: [PATCH] fixup! core/ndstrides: implement np_array() fix ListObject::get_opaque_list_ptr comment --- nac3core/src/codegen/object/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nac3core/src/codegen/object/list.rs b/nac3core/src/codegen/object/list.rs index 4d02fb15..0b4f690a 100644 --- a/nac3core/src/codegen/object/list.rs +++ b/nac3core/src/codegen/object/list.rs @@ -91,7 +91,7 @@ impl<'ctx> ListObject<'ctx> { /// Get the value of this [`ListObject`] as a list with opaque items. /// /// This function allocates on the stack to create the list, but the - /// reference to the `items` are preserved. + /// reference to the `items` is preserved. pub fn get_opaque_list_ptr( &self, generator: &mut G,