Skip to content

Commit

Permalink
Invert old and new content comment (jupyterlab#16918)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo authored Nov 5, 2024
1 parent 97ea257 commit e78417e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/services/src/contents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ export namespace Contents {
type: 'new' | 'delete' | 'rename' | 'save';

/**
* The new contents.
* The old contents.
*/
oldValue: Partial<IModel> | null;

/**
* The old contents.
* The new contents.
*/
newValue: Partial<IModel> | null;
}
Expand Down

0 comments on commit e78417e

Please sign in to comment.