Alexander Rose 7 년 전
부모
커밋
9184dfafbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-model/structure/model/properties/hierarchy.ts

+ 1 - 1
src/mol-model/structure/model/properties/hierarchy.ts

@@ -59,7 +59,7 @@ export interface Segments {
 export interface Keys {
     // indicate whether the keys form an increasing sequence and within each chain, sequence numbers
     // are in increasing order.
-    // monotonous sequences enable for example faster secodnary structure assignment.
+    // monotonous sequences enable for example faster secondary structure assignment.
     isMonotonous: boolean,
 
     // assign a key to each residue index.