From 430faeb8ef9a5906af642a4a2be0eb6e878f812e Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 01:46:57 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Shader --- Ryujinx.Graphics.Gpu/Memory/RangeList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Memory/RangeList.cs') diff --git a/Ryujinx.Graphics.Gpu/Memory/RangeList.cs b/Ryujinx.Graphics.Gpu/Memory/RangeList.cs index 52bcf9b4..1d185e21 100644 --- a/Ryujinx.Graphics.Gpu/Memory/RangeList.cs +++ b/Ryujinx.Graphics.Gpu/Memory/RangeList.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; namespace Ryujinx.Graphics.Gpu.Memory { /// - /// Lists of GPU resources with data on guest memory. + /// List of GPU resources with data on guest memory. /// /// Type of the GPU resource class RangeList where T : IRange -- cgit v1.2.3