Skip to content

Commit

Permalink
fixed panel/table copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwood authored and patriksvensson committed Nov 15, 2022
1 parent 55c3f3b commit a9b97fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/input/widgets/panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `Panel` widget can be used to organize text into a rendered box.

## Usage

To render a table, create a `Table` instance, passing a string to its constructor to assign the contents.
To render a panel, create a `Panel` instance, passing a string to its constructor to assign the contents.

```csharp
var panel = new Panel("Hello World");
Expand Down Expand Up @@ -58,4 +58,4 @@ is long in length may get truncated with certain content.
```csharp
// Sets the expand property
panel.Expand = true;
```
```

0 comments on commit a9b97fa

Please sign in to comment.