소스 검색

Missed a spot in the comments.

Ian Rose 8 년 전
부모
커밋
cf75fb4791
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/coreutils/src/modeldb.ts

+ 2 - 2
packages/coreutils/src/modeldb.ts

@@ -168,7 +168,7 @@ interface IModelDB extends IDisposable {
 
   /**
    * A map of the currently active collaborators
-   * for the handler, including the local user.
+   * for the database, including the local user.
    */
   readonly collaborators?: ICollaboratorMap;
 
@@ -282,7 +282,7 @@ interface IModelDBFactory {
    * Create an IModelDB for use with a document or other
    * model.
    *
-   * @param path: a path that identifies the location of the realtime
+   * @param path: a path that identifies the location of the
    *   store in the backend.
    */
   createModelDB(path: string): IModelDB;