Skip to content

Commit

Permalink
Update bundles-and-vecs.md
Browse files Browse the repository at this point in the history
nitpick
  • Loading branch information
Martoni authored and edwardcwang committed Oct 11, 2019
1 parent 289aa42 commit 65338da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/chisel3/bundles-and-vecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endmodule

(Chisel 3.2+)

All elements of a `Vec` must be of the same time. If we want to create a Vec where the elements have different types, we can use a MixedVec:
All elements of a `Vec` must be of the same type. If we want to create a Vec where the elements have different types, we can use a MixedVec:

```scala
class MyModule extends Module {
Expand Down

0 comments on commit 65338da

Please sign in to comment.