X Tutup
Skip to content

Commit a4d2b76

Browse files
authored
Update structure-data-model.md
1 parent 99d1510 commit a4d2b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure/structure-data-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Structure
2525
Atom(s)
2626
</pre>
2727

28-
All `Structure` objects contain one or more `Models`. That means also X-ray structures contain a "virtual" model which serves as a container for the chains. This also allows to represent multi-model X-ray structures in PDB, e.g. from time-series analysis. The most common way to access chains is via:
28+
All `Structure` objects contain one or more `Models`. That means also X-ray structures contain a "virtual" model which serves as a container for the chains. This allows to represent multi-model X-ray structures, e.g. from time-series analysis. The most common way to access chains is via:
2929

3030
```java
3131
List <Chain> chains = structure.getChains();

0 commit comments

Comments
 (0)
X Tutup