Sfoglia il codice sorgente

Documentation typo for Tripal Fields tutorial without extra change

dsenalik 5 anni fa
parent
commit
3756d15c14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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