From d7913ef034195dbf256da025fc778db43b162c32 Mon Sep 17 00:00:00 2001 From: Foivos Date: Tue, 4 Feb 2025 13:02:11 +0200 Subject: [PATCH] Update move/abi/sources/abi.move Co-authored-by: Milap Sheth --- move/abi/sources/abi.move | 2 ++ 1 file changed, 2 insertions(+) diff --git a/move/abi/sources/abi.move b/move/abi/sources/abi.move index 85c7bfad..c4e1af41 100644 --- a/move/abi/sources/abi.move +++ b/move/abi/sources/abi.move @@ -34,6 +34,8 @@ module abi::abi { } /// Used to encode variables into abi encoded bytes. + /// + /// # Examples /// ```rust /// let mut writer = abi::new_writer(4); /// writer