mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-13 15:42:50 +08:00
Make documentation consistent
This commit is contained in:
parent
4f0ec87522
commit
422012c994
@ -19,7 +19,7 @@ public sealed class MultiSelectionPrompt<T> : IPrompt<List<T>>, IListPromptStrat
|
||||
public int PageSize { get; set; } = 10;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets whether the selection should wrap around when reaching the edge.
|
||||
/// Gets or sets a value indicating whether the selection should wrap around when reaching the edge.
|
||||
/// Defaults to <c>false</c>.
|
||||
/// </summary>
|
||||
public bool WrapAround { get; set; } = false;
|
||||
|
@ -21,7 +21,7 @@ public sealed class SelectionPrompt<T> : IPrompt<T>, IListPromptStrategy<T>
|
||||
public int PageSize { get; set; } = 10;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets whether the selection should wrap around when reaching the edge.
|
||||
/// Gets or sets a value indicating whether the selection should wrap around when reaching the edge.
|
||||
/// Defaults to <c>false</c>.
|
||||
/// </summary>
|
||||
public bool WrapAround { get; set; } = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user