diff --git a/Docs/02_Beginner/02_MemoryBuffers-and-ArrayViews.md b/Docs/02_Beginner/02_MemoryBuffers-and-ArrayViews.md index 398e892076..cc0ff66b32 100644 --- a/Docs/02_Beginner/02_MemoryBuffers-and-ArrayViews.md +++ b/Docs/02_Beginner/02_MemoryBuffers-and-ArrayViews.md @@ -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.