Skip to content

Commit

Permalink
What even is English
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Dec 14, 2013
1 parent a98a4a3 commit 881b0f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lager/SettingsStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ protected SettingsStorage(string keyPrefix, IBlobCache cache)
public event PropertyChangedEventHandler PropertyChanged;

/// <summary>
/// Laods every setting in this storage into the internal cache, or, if the value doesn't exist in the storage,
/// initializes it with it's default value.
/// Loads every setting in this storage into the internal cache, or, if the value doesn't exist in the storage,
/// initializes it with its default value.
/// You dont HAVE to call this method, but it's handy for applications with a high number of settings
/// where you want to load all settings at once at startup into the internal cache and not one-by-one at each request.
/// where you want to load all settings on startup at once into the internal cache and not one-by-one at each request.
/// </summary>
public Task InitializeAsync()
{
Expand Down

0 comments on commit 881b0f9

Please sign in to comment.