Browse Source

Fixed malformed doc comment.

pull/1136/head
Steven Kirk 9 years ago
parent
commit
c244ac809d
  1. 3
      src/Avalonia.Styling/Controls/IResourceProvider.cs

3
src/Avalonia.Styling/Controls/IResourceProvider.cs

@ -23,7 +23,8 @@ namespace Avalonia.Controls
/// <param name="key">The resource key.</param>
/// <param name="value">
/// When this method returns, contains the value associated with the specified key,
/// if the key is found; otherwise, null
/// if the key is found; otherwise, null.
/// </param>
/// <returns>
/// True if the resource if found, otherwise false.
/// </returns>

Loading…
Cancel
Save