Skip to content

Commit

Permalink
Complete docstring for IExecuteRequestMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Aug 16, 2019
1 parent 6625c64 commit 27e8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/src/kernel/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ export namespace KernelMessage {
}

/**
* An `execute_request` message on the `
* An `execute_request` message on the `'shell'` channel.
*/
export interface IExecuteRequestMsg extends IShellMessage<'execute_request'> {
content: {
Expand Down

0 comments on commit 27e8d32

Please sign in to comment.