Skip to content

Commit

Permalink
Update course9/lecture_en.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zihang Ye <[email protected]>
  • Loading branch information
skylee03 and peter-jerry-ye authored Jun 3, 2024
1 parent 5e5b4d6 commit be0c117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course9/lecture_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In Chapter 8, while studying mutable data structures, we discussed the need for

```moonbit no-check
fn make[T]() -> Queue[T] {
{ array: Array::make(5, T::default()), start: 0, end: 0, length: 0 }
{ array: Array::make(5, T::default()), start: 0, end: 0, length: 0 }
}
```

Expand Down

0 comments on commit be0c117

Please sign in to comment.