Skip to content

Commit 2cd22ed

Browse files
author
Andreas Prlic
committed
details
1 parent 02c71e2 commit 2cd22ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

structure/structure-data-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Structure
2727

2828
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. The most common way to access chains will be via
2929

30-
<pre>
30+
```java
3131
List < Chain > chains = structure.getChains();
32-
</pre>
32+
```
3333

3434
This works for both NMR and X-ray based structures and by default the first model is getting accessed.
3535

0 commit comments

Comments
 (0)