Skip to content

Commit

Permalink
Minor documentation corrections (#837)
Browse files Browse the repository at this point in the history
* corrects comment

* Reworded to improve clarity

* Corrects comments - removes /
  • Loading branch information
oneolddev authored Oct 9, 2023
1 parent 60ed459 commit d599928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Core/Components/List/FluentAutocomplete.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public override bool Multiple

/// <summary>
/// Gets or sets the maximum number of options (items) selected.
/// Exceeding this value, the user must delete some elements in order to select new ones.
/// Exceeding this value requires the user to delete some elements in order to select new ones.
/// See the <see cref="MaximumSelectedOptionsMessage"/>.
/// </summary>
[Parameter]
Expand All @@ -116,7 +116,7 @@ public override bool Multiple


/// <summary>
/// Footer content, placed at the top of the popup panel.
/// Header content, placed at the top of the popup panel.
/// </summary>
[Parameter]
public RenderFragment<IEnumerable<TOption>>? HeaderContent { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Components/List/FluentPersona.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public partial class FluentPersona : FluentComponentBase
public string? ImageSize { get; set; }

/// <summary>
/// / The status to show. See <see cref="PresenceStatus"/> for options.
/// The status to show. See <see cref="PresenceStatus"/> for options.
/// </summary>
[Parameter]
public PresenceStatus? Status { get; set; }
Expand Down

0 comments on commit d599928

Please sign in to comment.