Browse Source

Documentation typo for Tripal Fields tutorial without extra change

dsenalik 5 năm trước cách đây
mục cha
commit
3756d15c14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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