Skip to content

Commit 3d2cf0f

Browse files
committed
TBS should not be reversed.
1 parent 5083ed7 commit 3d2cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display/renderbasic/src/main/java/org/openscience/cdk/renderer/generators/standard/AbbreviationLabel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ final class AbbreviationLabel {
104104
"Oct", "Octyl",
105105
"PAB", "Pentyl", "Ph", "Phenyl", "Pivaloyl", "PMB", "Pro", "Propargyl", "Propyl", "Pv",
106106
"R", "SEM",
107-
"T", "TBDMS", "Trt", "TBDPS", "TES", "Tf", "THP", "THPO", "TIPS", "TMS", "Tos", "Tol", "Tosyl", "Tr", "Troc",
107+
"T", "TBS", "TBDMS", "Trt", "TBDPS", "TES", "Tf", "THP", "THPO", "TIPS", "TMS", "Tos", "Tol", "Tosyl", "Tr", "Troc",
108108
"Vinyl", "Voc", "Z"};
109109

110110
private static Trie PREFIX_TRIE = new Trie();

0 commit comments

Comments
 (0)