Skip to content

Commit

Permalink
Merge pull request #7028 from jtpio/kernel-message-docstring
Browse files Browse the repository at this point in the history
Complete docstring for IExecuteRequestMsg
  • Loading branch information
jasongrout committed Aug 16, 2019
2 parents 8190b83 + 27e8d32 commit 0d6f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/src/kernel/messages.ts
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 0d6f4e4

Please sign in to comment.