Skip to content
Snippets Groups Projects
Commit 9184dfaf authored by Alexander Rose's avatar Alexander Rose
Browse files

typo

parent c9eba240
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ export interface Segments { ...@@ -59,7 +59,7 @@ export interface Segments {
export interface Keys { export interface Keys {
// indicate whether the keys form an increasing sequence and within each chain, sequence numbers // indicate whether the keys form an increasing sequence and within each chain, sequence numbers
// are in increasing order. // are in increasing order.
// monotonous sequences enable for example faster secodnary structure assignment. // monotonous sequences enable for example faster secondary structure assignment.
isMonotonous: boolean, isMonotonous: boolean,
// assign a key to each residue index. // assign a key to each residue index.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment