Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Yin committed May 15, 2021
1 parent ddc3d66 commit 1709a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameFramework/Base/DataProvider/DataProviderCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void FreeCachedBytes<T>()
/// <param name="owner">数据提供者的持有者。</param>
/// <param name="resourceManager">资源管理器。</param>
/// <param name="dataProviderHelper">数据提供者辅助器。</param>
/// <returns></returns>
/// <returns>创建的数据提供者。</returns>
public static IDataProvider<T> Create<T>(T owner, IResourceManager resourceManager, IDataProviderHelper<T> dataProviderHelper)
{
if (owner == null)
Expand Down

0 comments on commit 1709a08

Please sign in to comment.