Skip to content

Commit ba479ac

Browse files
committed
Typo
1 parent d4c0bba commit ba479ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/list-combine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ r_obj* ptype_common_with_default(
18041804
// Okay `ptype` is `NULL`. We determine it from `xs` and `default`.
18051805

18061806
// Use only `xs` and `p_xs_arg` first for best errors.
1807-
// Not finalising `ptype` yet in case we need to incorporating `default`!
1807+
// Not finalising `ptype` yet in case we need to incorporate `default`!
18081808
ptype = KEEP(vec_ptype_common(
18091809
xs,
18101810
ptype,

0 commit comments

Comments
 (0)