Skip to content

Commit 65b797f

Browse files
nit: proper doc comment
1 parent 3d96a07 commit 65b797f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssz/type/container.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub fn FixedContainerType(comptime ST: type) type {
7979
}
8080

8181
/// Creates a new `FixedContainerType` and clones all underlying fields in the container.
82-
/// out is a pointer to any types that contains all fields of Type.
82+
/// `out` is a pointer to any types that contains all fields of `Type`.
8383
/// Caller owns the memory.
8484
pub fn clone(value: *const Type, out: anytype) !void {
8585
const OutType = @TypeOf(out.*);

0 commit comments

Comments
 (0)