Skip to content

Commit

Permalink
removing part of doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar committed Jan 9, 2025
1 parent 1e596ca commit cdf8764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export interface IModelDecorationOptions {
*/
glyphMargin?: IModelDecorationGlyphMarginOptions | null;
/**
* If set, the decoration will override the line height of the lines it spans. This can only increase the line height, not decrease it.
* If set, the decoration will override the line height of the lines it spans.
*/
lineHeight?: number | null;
/**
Expand Down

0 comments on commit cdf8764

Please sign in to comment.