浏览代码

Documentation typo for Tripal Fields tutorial without extra change

dsenalik 5 年之前
父节点
当前提交
3756d15c14
共有 1 个文件被更改,包括 1 次插入1 次删除
  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