Explorar el Código

fixing typo in example of pymol operator: resname CA -> name CA

yakomaxa hace 2 años
padre
commit
59cc0096cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mol-script/transpilers/pymol/operators.ts

+ 1 - 1
src/mol-script/transpilers/pymol/operators.ts

@@ -334,7 +334,7 @@ export const operators: OperatorList = [
     },
     {
         '@desc': 'Selects atoms directly bonded to s1, may include s1.',
-        '@examples': ['BOUND_TO resname CA'],
+        '@examples': ['BOUND_TO name CA'],
         name: 'bound_to',
         abbr: ['bto.'],
         type: h.prefix,