Skip to content

Commit

Permalink
Merge pull request #7682 from jtpio/docstring-session-context
Browse files Browse the repository at this point in the history
Update docstring for the Session Context
  • Loading branch information
jasongrout committed Dec 23, 2019
2 parents aa09c52 + da61533 commit 8950e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/apputils/src/sessioncontext.tsx
Expand Up @@ -242,11 +242,11 @@ export namespace ISessionContext {
}

/**
* The default implementation of client session object.
* The default implementation for a session context object.
*/
export class SessionContext implements ISessionContext {
/**
* Construct a new client session.
* Construct a new session context.
*/
constructor(options: SessionContext.IOptions) {
this.sessionManager = options.sessionManager;
Expand Down Expand Up @@ -910,7 +910,7 @@ export class SessionContext implements ISessionContext {
}

/**
* A namespace for `ClientSession` statics.
* A namespace for `SessionContext` statics.
*/
export namespace SessionContext {
/**
Expand Down Expand Up @@ -1287,7 +1287,7 @@ namespace Private {
}

/**
* Get the kernel search options given a client session and sesion manager.
* Get the kernel search options given a session context.
*/
function getKernelSearch(
sessionContext: SessionContext
Expand Down

0 comments on commit 8950e78

Please sign in to comment.