Skip to content

Commit ef803d3

Browse files
committed
Update asa.md
1 parent 2376728 commit ef803d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure/asa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BioJava can also do calculation of Accessible Surface Areas (ASA) through an imp
44

55
This code will do the ASA calculation and output the values per residue and the total:
66
```java
7-
AtomCache cache = new AtomCache();
7+
AtomCache cache = new AtomCache();
88
cache.setUseMmCif(true);
99

1010
StructureIO.setAtomCache(cache);

0 commit comments

Comments
 (0)