Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)

This commit is contained in:
Chris Houston
2019-01-26 10:52:19 -05:00
committed by Sebastiaan Janssen
parent a13a38a482
commit 0b6ba5aa52
193 changed files with 498 additions and 480 deletions

View File

@@ -370,7 +370,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
// notes:
// _contentNode.ChildContentIds is an unordered int[]
// need needs to fetch & sort - do it only once, lazyily, though
// needs to fetch & sort - do it only once, lazily, though
// Q: perfs-wise, is it better than having the store managed an ordered list
}