Skip to content

Commit

Permalink
compiler: a typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilin Chen authored and Zilin Chen committed Jan 22, 2018
1 parent ec59086 commit feab60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogent/tests/pass_ticket-e29.cogent
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wordarray_get_bounded (arr, idx) =
wordarray_length: all(a :< DSE). (WordArray a)! -> U32

type Buffer = {
data : WordArray u8
data : WordArray U8
, bound : U32
}

Expand Down

0 comments on commit feab60f

Please sign in to comment.