Replaced "retreive" with "retrieve".
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Umbraco.Web.Cache
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <param name="factoryGuid"></param>
|
||||
/// <param name="getNumericId">The callback method to retreive the ID from an instance</param>
|
||||
/// <param name="getNumericId">The callback method to retrieve the ID from an instance</param>
|
||||
/// <param name="instances">The instances containing Ids</param>
|
||||
/// <remarks>
|
||||
/// This method is much better for performance because it does not need to re-lookup an object instance
|
||||
@@ -221,4 +221,4 @@ namespace Umbraco.Web.Cache
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user