Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docs/02_Beginner/02_MemoryBuffers-and-ArrayViews.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tutorial 02 MemoryBuffers and ArrayViews

Welcome to the seccond ILGPU tutorial. In this tutorial we will cover the basics
Welcome to the second ILGPU tutorial. In this tutorial we will cover the basics
of the Memory in ILGPU. In the best case, C# programmers will think of memory
in terms of stack and heap objects, ref / in / out parameters, and GC. Once you
introduce a coprocessor like a GPU, memory gets a little more complex.
Expand Down