Skip to content

Commit

Permalink
#157310 Fix typo (minimum -> maximum) in splitview.ts comment (#157311)
Browse files Browse the repository at this point in the history
Fix typo (minimum -> maximum) in splitview.ts comment
  • Loading branch information
avi-gitkraken committed Aug 8, 2022
1 parent 9395d5e commit 68f83f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/splitview/splitview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface IView<TLayoutContext = undefined> {
readonly minimumSize: number;

/**
* A minimum size for this view.
* A maximum size for this view.
*
* @remarks If none, set it to `Number.POSITIVE_INFINITY`.
*/
Expand Down

0 comments on commit 68f83f0

Please sign in to comment.