Explorar el Código

Documentation typo for Tripal Fields tutorial without extra change

dsenalik hace 5 años
padre
commit
3756d15c14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/dev_guide/custom_field/manual_field_creation.rst

+ 1 - 1
docs/dev_guide/custom_field/manual_field_creation.rst

@@ -42,7 +42,7 @@ The following describes a ChadoField class from top to bottom. The code for the
 Static Member Variables
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-Next, the TripalFields/ChadoField class has a section of public static variables. These are variables that you can customize to describe your field to Tripal. Here you will provide the default label that appears for the field, and a description for the field:
+Next, the TripalField/ChadoField class has a section of public static variables. These are variables that you can customize to describe your field to Tripal. Here you will provide the default label that appears for the field, and a description for the field:
 
 .. code-block:: php