Skip to content

Commit cda307d

Browse files
authored
fixed english typo (#8)
1 parent 2ae37ca commit cda307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type_function.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! to call them, typefuncs), which are functions that take in compile
66
//! time values and return a type.
77
//!
8-
//! Here, we create an an all-encompassing type function, Contribution,
8+
//! Here, we create an all-encompassing type function, Contribution,
99
//! that given a summarize function and associated types, will call that
1010
//! function with additional logic.
1111
//!

0 commit comments

Comments
 (0)