Skip to content

Commit 4c49484

Browse files
Typofix
Co-authored-by: Pierre Tachoire <[email protected]>
1 parent e6326cc commit 4c49484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflect.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const internal_types = [_]type{
4242
};
4343

4444
// Type describes the reflect information of an individual value, either:
45-
// - an input paramater of a function
45+
// - an input parameter of a function
4646
// - or a return value of a function
4747
pub const Type = struct {
4848
T: type, // could be pointer or concrete

0 commit comments

Comments
 (0)