From 2151625898fcad388a29c17f92de4bf26c2c091d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 24 Feb 2017 20:55:19 -0500 Subject: add release note, fix docblock --- src/StardewModdingAPI/Framework/SContentManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/StardewModdingAPI/Framework/SContentManager.cs') diff --git a/src/StardewModdingAPI/Framework/SContentManager.cs b/src/StardewModdingAPI/Framework/SContentManager.cs index 24237c63..2a876d72 100644 --- a/src/StardewModdingAPI/Framework/SContentManager.cs +++ b/src/StardewModdingAPI/Framework/SContentManager.cs @@ -55,7 +55,7 @@ namespace StardewModdingAPI.Framework : reflection.GetPrivateMethod(this, nameof(this.NormaliseKeyForMono)); } - /// Load an asset that has been processed by the Content Pipeline. + /// Load an asset that has been processed by the content pipeline. /// The type of asset to load. /// The asset path relative to the loader root directory, not including the .xnb extension. public override T Load(string assetName) -- cgit